OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:switch_role_state
(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)
646
p->
switch_role_state
);
657
p->
switch_role_state
= BTM_ACL_SWKEY_STATE_MODE_CHANGE;
664
p->
switch_role_state
= BTM_ACL_SWKEY_STATE_MODE_CHANGE;
680
p->
switch_role_state
= BTM_ACL_SWKEY_STATE_MODE_CHANGE;
700
p->
switch_role_state
= BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF;
707
p->
switch_role_state
= BTM_ACL_SWKEY_STATE_IN_PROGRESS;
852
if (p->
switch_role_state
!= BTM_ACL_SWKEY_STATE_SWITCHING)
868
/* Set the
switch_role_state
to IDLE since the reply received from HCI *
[
all
...]
btm_int.h
110
UINT8
switch_role_state
;
member in struct:__anon3520
[
all
...]
btm_sco.c
679
if (p_acl && p_acl->
switch_role_state
!= BTM_ACL_SWKEY_STATE_IDLE)
[
all
...]
Completed in 105 milliseconds