Searched refs:num_clcb (Results 1 – 3 of 3) sorted by relevance
240 p_clcb->p_srcb->num_clcb ++; in bta_gattc_clcb_alloc()241 p_clcb->p_rcb->num_clcb ++; in bta_gattc_clcb_alloc()291 if (p_srcb->num_clcb) in bta_gattc_clcb_dealloc()292 p_srcb->num_clcb --; in bta_gattc_clcb_dealloc()294 if (p_clcb->p_rcb->num_clcb) in bta_gattc_clcb_dealloc()295 p_clcb->p_rcb->num_clcb --; in bta_gattc_clcb_dealloc()298 if ( p_srcb->num_clcb == 0) in bta_gattc_clcb_dealloc()
328 UINT8 num_clcb; /* number of associated CLCB */ member360 UINT8 num_clcb; /* number of associated CLCB */ member
300 if (p_clreg->num_clcb > 0) in bta_gattc_deregister()814 if (p_clreg->num_clcb == 0 && p_clreg->dereg_pending) in bta_gattc_close()1882 if (p_srvc_cb->connected && p_srvc_cb->num_clcb != 0) in bta_gattc_process_api_refresh()