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_OPEN
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/av/
bta_av_int.h
464
#define
BTA_AV_WAIT_ROLE_SW_RES_OPEN
0x04 /* waiting for role switch result after API_OPEN, before STR_OPENED */
471
#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
778
p_scb->wait &= ~(
BTA_AV_WAIT_ROLE_SW_RES_OPEN
|BTA_AV_WAIT_ROLE_SW_RES_START);
784
p_scb->wait |=
BTA_AV_WAIT_ROLE_SW_RES_OPEN
;
858
if (p_scb->wait &
BTA_AV_WAIT_ROLE_SW_RES_OPEN
)
[
all
...]
Completed in 40 milliseconds