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
453
#define
BTA_AV_WAIT_ROLE_SW_RES_START
0x08 /* waiting for role switch result before streaming */
459
#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
771
if (p_scb->wait &
BTA_AV_WAIT_ROLE_SW_RES_START
)
775
p_scb->wait &= ~(BTA_AV_WAIT_ROLE_SW_RES_OPEN|
BTA_AV_WAIT_ROLE_SW_RES_START
);
850
else if (p_scb->wait &
BTA_AV_WAIT_ROLE_SW_RES_START
)
[
all
...]
bta_av_main.c
[
all
...]
Completed in 31 milliseconds