OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bta_gattc_cb
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c
127
tBTA_GATTC_RCB *p_clrcb = &
bta_gattc_cb
.cl_rcb[0];
152
if (
bta_gattc_cb
.cl_rcb[i].in_use)
169
tBTA_GATTC_CLCB *p_clcb = &
bta_gattc_cb
.clcb[0];
193
tBTA_GATTC_CLCB *p_clcb = &
bta_gattc_cb
.clcb[0];
222
if (!
bta_gattc_cb
.clcb[i_clcb].in_use)
227
p_clcb = &
bta_gattc_cb
.clcb[i_clcb];
326
tBTA_GATTC_SERV *p_srcb = &
bta_gattc_cb
.known_server[0];
348
tBTA_GATTC_SERV *p_srcb = &
bta_gattc_cb
.known_server[0];
387
tBTA_GATTC_SERV *p_tcb = &
bta_gattc_cb
.known_server[0],
681
tBTA_GATTC_BG_TCK *p_bg_tck = &
bta_gattc_cb
.bg_track[0]
[
all
...]
bta_gattc_cache.c
833
tBTA_GATTC_SERV *p_srvc_cb = bta_gattc_find_scb_by_cid(
bta_gattc_cb
.sdp_conn_id);
840
p_sdp_rec = SDP_FindServiceInDb(
bta_gattc_cb
.p_sdp_db,
882
bta_gattc_explore_srvc(
bta_gattc_cb
.sdp_conn_id, p_srvc_cb);
888
GKI_freebuf(
bta_gattc_cb
.p_sdp_db);
889
bta_gattc_cb
.p_sdp_db = NULL;
890
bta_gattc_cb
.sdp_conn_id = 0;
913
if((
bta_gattc_cb
.p_sdp_db = (tSDP_DISCOVERY_DB *)GKI_getbuf(BTA_GATT_SDP_DB_SIZE)) != NULL)
918
SDP_InitDiscoveryDb (
bta_gattc_cb
.p_sdp_db, BTA_GATT_SDP_DB_SIZE, 1,
922
bta_gattc_cb
.p_sdp_db, &bta_gattc_sdp_callback))
924
GKI_freebuf(
bta_gattc_cb
.p_sdp_db)
[
all
...]
bta_gattc_main.c
276
tBTA_GATTC_CB
bta_gattc_cb
;
variable
362
tBTA_GATTC_CB *p_cb = &
bta_gattc_cb
;
bta_gattc_act.c
112
memset(&
bta_gattc_cb
, 0, sizeof(tBTA_GATTC_CB));
830
tBTA_GATTC_CB *p_cb = &
bta_gattc_cb
;
871
tBTA_GATTC_CB *p_cb = &
bta_gattc_cb
;
[
all
...]
bta_gattc_int.h
441
extern tBTA_GATTC_CB
bta_gattc_cb
;
444
#define
bta_gattc_cb
(*bta_gattc_cb_ptr)
macro
Completed in 80 milliseconds