HomeSort by relevance Sort by last modified time
    Searched full:clcb (Results 1 - 14 of 14) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 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)
    [all...]
bta_gattc_act.c 281 /* close all CLCB related to this app */
284 if (p_cb->clcb[i].in_use && (p_cb->clcb[i].p_rcb == p_clreg))
289 buf.layer_specific = p_cb->clcb[i].bta_conn_id;
290 bta_gattc_close(&p_cb->clcb[i], (tBTA_GATTC_DATA *)&buf) ;
437 /* open failure, remove clcb */
728 ** Description when a SRCB finished discovery, tell all related clcb.
740 if (p_cb->clcb[i].p_srcb == p_srcb)
742 p_cb->clcb[i].status = status;
743 bta_gattc_sm_execute(&p_cb->clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, NULL)
    [all...]
bta_gattc_int.h 285 UINT8 num_clcb; /* number of associated CLCB */
316 UINT8 num_clcb; /* number of associated CLCB */
325 UINT16 bta_conn_id; /* client channel ID, unique for clcb */
372 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX]; member in struct:__anon2522
bta_gattc_cache.c     [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 80 ** Returns total number of clcb found.
88 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
105 ** Returns total number of clcb found.
113 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
138 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
166 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
202 for (i = 0, p_clcb = gap_cb.clcb; i < GAP_MAX_CL; i++, p_clcb++)
gap_int.h 178 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/ member in struct:__anon3103
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 565 /* look up clcb for this channel */
617 /* look up clcb for this channel */
675 /* look up clcb for this channel */
734 /* look up clcb for this channel */
773 /* look up clcb for this channel */
805 /* look up clcb for this channel */
    [all...]
gatt_utils.c     [all...]
gatt_int.h 382 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
383 tGATT_REG *p_reg; /* owner of this CLCB */
473 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/ member in struct:__anon3129
gatt_auth.c 262 ** Description This function set the sec_act in clcb
278 ** Description This function get the sec_act in clcb
gatt_attr.c 60 ** Returns total number of clcb found.
att_protocol.c 524 ** clcb_idx: clcb index
gatt_api.c     [all...]
  /external/skia/src/core/
SkCanvas.cpp 113 #define CHECK_LOCKCOUNT_BALANCE(bitmap) AutoCheckLockCountBalance clcb(bitmap)
    [all...]

Completed in 195 milliseconds