Lines Matching refs:clcb
163 ** Description get clcb by client interface and remote bd adddress
165 ** Returns pointer to the clcb
171 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
188 ** Description get clcb by connection ID
190 ** Returns pointer to the clcb
195 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
211 ** Description allocate CLCB
213 ** Returns pointer to the clcb
224 if (!bta_gattc_cb.clcb[i_clcb].in_use)
227 APPL_TRACE_DEBUG("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb);
229 p_clcb = &bta_gattc_cb.clcb[i_clcb];
247 /* release this clcb if clcb or srcb allocation failed */
260 ** Description find or allocate CLCB if not found.
262 ** Returns pointer to the clcb
281 ** Description Deallocte a clcb
283 ** Returns pointer to the clcb
427 ** Description enqueue a client request in clcb.
658 ** Returns pointer to the clcb
687 ** Returns pointer to the clcb
714 ** Returns pointer to the clcb
734 ** Returns pointer to the clcb
754 ** Description try to locate a clcb when an internal connecion event arrives.
756 ** Returns pointer to the clcb
790 ** Description try to locate a clcb when an internal disconnect callback arrives.
792 ** Returns pointer to the clcb