OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AV_WAIT_CHECK_RC
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_aact.c
302
p_scb->wait |=
BTA_AV_WAIT_CHECK_RC
;
884
if (p_scb->wait &
BTA_AV_WAIT_CHECK_RC
)
886
p_scb->wait &= ~
BTA_AV_WAIT_CHECK_RC
;
[
all
...]
bta_av_int.h
449
#define
BTA_AV_WAIT_CHECK_RC
0x40 /* set when the timer is used by role switch */
Completed in 41 milliseconds