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_RETRY
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/bta/av/
bta_av_int.h
448
#define
BTA_AV_WAIT_ROLE_SW_RETRY
0x20 /* set when retry on timeout */
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
687
p_scb->wait |=
BTA_AV_WAIT_ROLE_SW_RETRY
;
717
p_scb->wait &= ~
BTA_AV_WAIT_ROLE_SW_RETRY
;
[
all
...]
Completed in 52 milliseconds