OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bta_ag_cb
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/ag/
bta_ag_main.c
272
tBTA_AG_CB
bta_ag_cb
;
variable
310
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
371
if (
bta_ag_cb
.scb[idx].in_use)
380
(*
bta_ag_cb
.p_cback)(BTA_AG_DISABLE_EVT, NULL);
399
return ((UINT16) (p_scb -
bta_ag_cb
.scb)) + 1;
419
p_scb = &
bta_ag_cb
.scb[idx - 1];
468
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
499
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
527
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
674
memset(&
bta_ag_cb
, 0, sizeof(tBTA_AG_CB))
[
all
...]
bta_ag_int.h
328
extern tBTA_AG_CB
bta_ag_cb
;
331
#define
bta_ag_cb
(*bta_ag_cb_ptr)
macro
Completed in 3043 milliseconds