Home
last modified time | relevance | path

Searched refs:num_clcb (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_utils.cc159 p_clcb->p_srcb->num_clcb++; in bta_gattc_clcb_alloc()
160 p_clcb->p_rcb->num_clcb++; in bta_gattc_clcb_alloc()
228 if (p_srcb->num_clcb) p_srcb->num_clcb--; in bta_gattc_clcb_dealloc()
230 if (p_clcb->p_rcb->num_clcb) p_clcb->p_rcb->num_clcb--; in bta_gattc_clcb_dealloc()
233 if (p_srcb->num_clcb == 0) { in bta_gattc_clcb_dealloc()
843 << " clcb_num: " << +p_cl_rcb->num_clcb; in bta_gatt_client_dump()
879 << " num_clcb: " << +p_known_server->num_clcb in bta_gatt_client_dump()
Dbta_gattc_int.h242 uint8_t num_clcb; /* number of associated CLCB */ member
276 uint8_t num_clcb; /* number of associated CLCB */ member
Dbta_gattc_act.cc249 if (p_clreg->num_clcb == 0) { in bta_gattc_deregister()
696 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending) { in bta_gattc_close()
1448 if (p_srvc_cb->connected && p_srvc_cb->num_clcb != 0) { in bta_gattc_process_api_refresh()