HomeSort by relevance Sort by last modified time
    Searched refs:num_clcb (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 234 p_clcb->p_srcb->num_clcb ++;
235 p_clcb->p_rcb->num_clcb ++;
283 if (p_srcb->num_clcb)
284 p_srcb->num_clcb --;
286 if (p_clcb->p_rcb->num_clcb)
287 p_clcb->p_rcb->num_clcb --;
288 if ( p_srcb->num_clcb == 0)
bta_gattc_int.h 285 UINT8 num_clcb; /* number of associated CLCB */ member in struct:__anon2516
316 UINT8 num_clcb; /* number of associated CLCB */ member in struct:__anon2518
bta_gattc_act.c 279 if (p_clreg->num_clcb > 0)
719 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending)
    [all...]

Completed in 36 milliseconds