Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c242 p_clcb->p_srcb->num_clcb ++; in bta_gattc_clcb_alloc()
243 p_clcb->p_rcb->num_clcb ++; in bta_gattc_clcb_alloc()
289 if (p_srcb->num_clcb) { in bta_gattc_clcb_dealloc()
290 p_srcb->num_clcb --; in bta_gattc_clcb_dealloc()
293 if (p_clcb->p_rcb->num_clcb) { in bta_gattc_clcb_dealloc()
294 p_clcb->p_rcb->num_clcb --; in bta_gattc_clcb_dealloc()
298 if ( p_srcb->num_clcb == 0) { in bta_gattc_clcb_dealloc()
334 if (p_clreg && p_clreg->num_clcb == 0 && p_clreg->dereg_pending) { in bta_gattc_clcb_dealloc_by_conn_id()
Dbta_gattc_act.c303 if (p_clreg->num_clcb > 0) { in bta_gattc_deregister()
881 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending) { in bta_gattc_close()
1852 if (p_srvc_cb->connected && p_srvc_cb->num_clcb != 0) { in bta_gattc_process_api_refresh()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h328 UINT8 num_clcb; /* number of associated CLCB */ member
355 UINT8 num_clcb; /* number of associated CLCB */ member