OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_AV_WAIT_ROLE_SW_RES_START
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_int.h
446
#define
BTA_AV_WAIT_ROLE_SW_RES_START
0x08 /* waiting for role switch result before streaming */
452
#define BTA_AV_WAIT_ROLE_SW_BITS (BTA_AV_WAIT_ROLE_SW_RES_OPEN|
BTA_AV_WAIT_ROLE_SW_RES_START
|BTA_AV_WAIT_ROLE_SW_STARTED|BTA_AV_WAIT_ROLE_SW_RETRY)
bta_av_aact.c
686
if (p_scb->wait &
BTA_AV_WAIT_ROLE_SW_RES_START
)
690
p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|
BTA_AV_WAIT_ROLE_SW_RES_START
);
765
else if (p_scb->wait &
BTA_AV_WAIT_ROLE_SW_RES_START
)
[
all
...]
bta_av_main.c
[
all
...]
Completed in 26 milliseconds