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

  /system/bt/stack/srvc/
srvc_eng.c 66 ** Returns total number of clcb found.
74 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
99 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
123 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
147 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
171 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
198 for (i_clcb = 0, p_clcb= srvc_eng_cb.clcb; i_clcb < SRVC_MAX_APPS; i_clcb++, p_clcb++)
280 srvc_eng_cb.clcb[clcb_idx].trans_id = trans_id;
307 srvc_eng_cb.clcb[clcb_idx].trans_id = 0;
460 if (srvc_eng_cb.clcb[clcb_idx].trans_id != 0
    [all...]
srvc_eng_int.h 53 tSRVC_CLCB clcb[SRVC_MAX_APPS]; /* connection link*/ member in struct:__anon69803
srvc_battery.c 85 memcpy(cfg.remote_bda, srvc_eng_cb.clcb[clcb_idx].bda, BD_ADDR_LEN);
  /system/bt/stack/gap/
gap_int.h 148 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/ member in struct:__anon69372
gap_ble.c 69 ** Returns total number of clcb found.
77 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
94 ** Returns total number of clcb found.
102 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
127 for (i_clcb = 0, p_clcb= gap_cb.clcb; i_clcb < GAP_MAX_CL; i_clcb++, p_clcb++)
603 /* clean up clcb */
  /system/bt/bta/gatt/
bta_gattc_act.c 306 /* close all CLCB related to this app */
309 if (p_cb->clcb[i].in_use && (p_cb->clcb[i].p_rcb == p_clreg))
314 buf.layer_specific = p_cb->clcb[i].bta_conn_id;
315 bta_gattc_close(&p_cb->clcb[i], (tBTA_GATTC_DATA *)&buf) ;
509 /* open failure, remove clcb */
831 ** Description when a SRCB finished discovery, tell all related clcb.
843 if (p_cb->clcb[i].p_srcb == p_srcb)
845 p_cb->clcb[i].status = status;
846 bta_gattc_sm_execute(&p_cb->clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, NULL)
    [all...]
bta_gattc_utils.c 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)
    [all...]
bta_gattc_int.h 328 UINT8 num_clcb; /* number of associated CLCB */
360 UINT8 num_clcb; /* number of associated CLCB */
369 UINT16 bta_conn_id; /* client channel ID, unique for clcb */
428 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX]; member in struct:__anon68689
  /system/bt/stack/gatt/
gatt_utils.c     [all...]
gatt_api.c     [all...]
gatt_int.h 395 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
396 tGATT_REG *p_reg; /* owner of this CLCB */
501 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/ member in struct:__anon69399

Completed in 277 milliseconds