/system/bt/bta/gatt/ |
bta_gattc_utils.c | 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) [all...] |
bta_gattc_act.c | 299 /* close all CLCB related to this app */ 302 if (p_cb->clcb[i].in_use && (p_cb->clcb[i].p_rcb == p_clreg)) 307 buf.layer_specific = p_cb->clcb[i].bta_conn_id; 308 bta_gattc_close(&p_cb->clcb[i], (tBTA_GATTC_DATA *)&buf) ; 502 /* open failure, remove clcb */ 829 ** Description when a SRCB finished discovery, tell all related clcb. 841 if (p_cb->clcb[i].p_srcb == p_srcb) 843 p_cb->clcb[i].status = status; 844 bta_gattc_sm_execute(&p_cb->clcb[i], BTA_GATTC_DISCOVER_CMPL_EVT, NULL) [all...] |
bta_gattc_int.h | 282 UINT8 num_clcb; /* number of associated CLCB */ 314 UINT8 num_clcb; /* number of associated CLCB */ 323 UINT16 bta_conn_id; /* client channel ID, unique for clcb */ 382 tBTA_GATTC_CLCB clcb[BTA_GATTC_CLCB_MAX]; member in struct:__anon73296
|
bta_gattc_cache.c | [all...] |
/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++) 278 srvc_eng_cb.clcb[clcb_idx].trans_id = trans_id; 305 srvc_eng_cb.clcb[clcb_idx].trans_id = 0; 458 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:__anon74418
|
srvc_battery.c | 85 memcpy(cfg.remote_bda, srvc_eng_cb.clcb[clcb_idx].bda, BD_ADDR_LEN);
|
/system/bt/stack/gap/ |
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 */
|
gap_int.h | 152 tGAP_CLCB clcb[GAP_MAX_CL]; /* connection link*/ member in struct:__anon74020
|
/system/bt/stack/gatt/ |
gatt_utils.c | [all...] |
gatt_main.c | 657 /* look up clcb for this channel */ 709 /* look up clcb for this channel */ 764 /* look up clcb for this channel */ 821 /* look up clcb for this channel */ 859 /* look up clcb for this channel */ 892 /* look up clcb for this channel */ [all...] |
gatt_int.h | 395 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */ 396 tGATT_REG *p_reg; /* owner of this CLCB */ 482 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/ member in struct:__anon74045
|
gatt_auth.c | 274 ** Description This function set the sec_act in clcb 290 ** Description This function get the sec_act in clcb
|
att_protocol.c | 497 ** clcb_idx: clcb index
|
gatt_attr.c | 85 ** Description find clcb by Connection ID
|
gatt_api.c | [all...] |