Home | History | Annotate | Download | only in gatt

Lines Matching refs:clcb

158 ** Description      get clcb by client interface and remote bd adddress
160 ** Returns pointer to the clcb
165 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
182 ** Description get clcb by connection ID
184 ** Returns pointer to the clcb
189 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
205 ** Description allocate CLCB
207 ** Returns pointer to the clcb
217 if (!bta_gattc_cb.clcb[i_clcb].in_use)
220 APPL_TRACE_DEBUG1("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb);
222 p_clcb = &bta_gattc_cb.clcb[i_clcb];
239 /* release this clcb if clcb or srcb allocation failed */
252 ** Description find or allocate CLCB if not found.
254 ** Returns pointer to the clcb
272 ** Description Deallocte a clcb
274 ** Returns pointer to the clcb
417 ** Description enqueue a client request in clcb.
792 ** Returns pointer to the clcb
821 ** Returns pointer to the clcb
849 ** Returns pointer to the clcb
869 ** Returns pointer to the clcb