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

  /system/bt/bta/gatt/
bta_gattc_utils.cc 218 p_clcb->p_srcb->num_clcb++;
219 p_clcb->p_rcb->num_clcb++;
265 if (p_srcb->num_clcb) p_srcb->num_clcb--;
267 if (p_clcb->p_rcb->num_clcb) p_clcb->p_rcb->num_clcb--;
270 if (p_srcb->num_clcb == 0) {
bta_gattc_int.h 228 uint8_t num_clcb; /* number of associated CLCB */ member in struct:__anon112892
258 uint8_t num_clcb; /* number of associated CLCB */ member in struct:__anon112894
bta_gattc_act.cc 236 if (p_clreg->num_clcb > 0) {
668 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending) {
    [all...]

Completed in 5948 milliseconds