Searched refs:bta_gattc_clcb_dealloc (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c443 bta_gattc_clcb_dealloc(p_clcb);
583 bta_gattc_clcb_dealloc(p_clcb);
728 bta_gattc_clcb_dealloc(p_clcb);
H A Dbta_gattc_int.h432 extern void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB *p_clcb);
H A Dbta_gattc_utils.c269 ** Function bta_gattc_clcb_dealloc
276 void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB *p_clcb) function
289 APPL_TRACE_ERROR2("bta_gattc_clcb_dealloc in_use=%d conn_id=%d",p_clcb->in_use, p_clcb->bta_conn_id);
294 APPL_TRACE_ERROR0("bta_gattc_clcb_dealloc p_clcb=NULL");

Completed in 459 milliseconds