Lines Matching full:clcb
161 ** Description get clcb by client interface and remote bd adddress
163 ** Returns pointer to the clcb
168 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
184 ** Description get clcb by connection ID
186 ** Returns pointer to the clcb
191 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
207 ** Description allocate CLCB
209 ** Returns pointer to the clcb
219 if (!bta_gattc_cb.clcb[i_clcb].in_use)
222 APPL_TRACE_DEBUG1("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb);
224 p_clcb = &bta_gattc_cb.clcb[i_clcb];
241 /* release this clcb if clcb or srcb allocation failed */
254 ** Description find or allocate CLCB if not found.
256 ** Returns pointer to the clcb
274 ** Description Deallocte a clcb
276 ** Returns pointer to the clcb
422 ** Description enqueue a client request in clcb.
931 ** Returns pointer to the clcb
960 ** Returns pointer to the clcb
988 ** Returns pointer to the clcb
1008 ** Returns pointer to the clcb
1028 ** Description try to locate a clcb when an internal connecion event arrives.
1030 ** Returns pointer to the clcb
1061 ** Description try to locate a clcb when an internal disconnect callback arrives.
1063 ** Returns pointer to the clcb