Home | History | Annotate | Download | only in gatt

Lines Matching refs:clcb

164 ** Description      get clcb by client interface and remote bd adddress
166 ** Returns pointer to the clcb
172 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
189 ** Description get clcb by connection ID
191 ** Returns pointer to the clcb
196 tBTA_GATTC_CLCB *p_clcb = &bta_gattc_cb.clcb[0];
212 ** Description allocate CLCB
214 ** Returns pointer to the clcb
225 if (!bta_gattc_cb.clcb[i_clcb].in_use)
228 APPL_TRACE_DEBUG("bta_gattc_clcb_alloc: found clcb[%d] available",i_clcb);
230 p_clcb = &bta_gattc_cb.clcb[i_clcb];
248 /* release this clcb if clcb or srcb allocation failed */
261 ** Description find or allocate CLCB if not found.
263 ** Returns pointer to the clcb
282 ** Description Deallocte a clcb
284 ** Returns pointer to the clcb
431 ** Description enqueue a client request in clcb.
814 ** Returns pointer to the clcb
843 ** Returns pointer to the clcb
871 ** Returns pointer to the clcb
891 ** Returns pointer to the clcb
911 ** Description try to locate a clcb when an internal connecion event arrives.
913 ** Returns pointer to the clcb
947 ** Description try to locate a clcb when an internal disconnect callback arrives.
949 ** Returns pointer to the clcb