HomeSort by relevance Sort by last modified time
    Searched defs:p_cs (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_dsm.c 177 tMCA_CS *p_cs; local
182 p_cs = &p_rcb->dep[dep];
185 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
186 max = p_cs->max_mdl;
194 p_dcb_tmp->p_cs = p_cs;
217 tMCA_CS *p_cs; local
224 p_cs = &p_rcb->dep[dep];
227 /* make sure p_cs->max_mdl is smaller than MCA_NUM_MDLS at MCA_CreateDep */
228 max = p_cs->max_mdl
    [all...]
mca_int.h 243 tMCA_CS *p_cs; /* the associated MDEP info. p_cs->type is the mdep id(internal use) */ member in struct:__anon3489

Completed in 54 milliseconds