OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_ACL_SWKEY_STATE_IDLE
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_acl.c
239
p->switch_role_state =
BTM_ACL_SWKEY_STATE_IDLE
;
643
if (p->switch_role_state !=
BTM_ACL_SWKEY_STATE_IDLE
)
756
if (p->change_key_state !=
BTM_ACL_SWKEY_STATE_IDLE
)
872
p->change_key_state =
BTM_ACL_SWKEY_STATE_IDLE
;
922
p->switch_role_state =
BTM_ACL_SWKEY_STATE_IDLE
;
933
p->switch_role_state =
BTM_ACL_SWKEY_STATE_IDLE
;
[
all
...]
btm_int.h
104
#define
BTM_ACL_SWKEY_STATE_IDLE
0
[
all
...]
btm_sco.c
679
if (p_acl && p_acl->switch_role_state !=
BTM_ACL_SWKEY_STATE_IDLE
)
[
all
...]
Completed in 295 milliseconds