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 240 p_clcb->p_srcb->num_clcb ++;
241 p_clcb->p_rcb->num_clcb ++;
291 if (p_srcb->num_clcb)
292 p_srcb->num_clcb --;
294 if (p_clcb->p_rcb->num_clcb)
295 p_clcb->p_rcb->num_clcb --;
298 if ( p_srcb->num_clcb == 0)
bta_gattc_int.h 328 UINT8 num_clcb; /* number of associated CLCB */ member in struct:__anon5191
360 UINT8 num_clcb; /* number of associated CLCB */ member in struct:__anon5193
bta_gattc_act.c 300 if (p_clreg->num_clcb > 0)
814 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending)
    [all...]

Completed in 1427 milliseconds