Home
last modified time | relevance | path

Searched refs:switch_role_state (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c239 p->switch_role_state = BTM_ACL_SWKEY_STATE_IDLE; in btm_acl_created()
643 if (p->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE) in BTM_SwitchRole()
646 p->switch_role_state); in BTM_SwitchRole()
657 p->switch_role_state = BTM_ACL_SWKEY_STATE_MODE_CHANGE; in BTM_SwitchRole()
664 p->switch_role_state = BTM_ACL_SWKEY_STATE_MODE_CHANGE; in BTM_SwitchRole()
680 p->switch_role_state = BTM_ACL_SWKEY_STATE_MODE_CHANGE; in BTM_SwitchRole()
700 p->switch_role_state = BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF; in BTM_SwitchRole()
707 p->switch_role_state = BTM_ACL_SWKEY_STATE_IN_PROGRESS; in BTM_SwitchRole()
852 if (p->switch_role_state != BTM_ACL_SWKEY_STATE_SWITCHING) in btm_acl_link_key_change()
917 if (p->switch_role_state == BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF) in btm_acl_encrypt_change()
[all …]
Dbtm_int.h110 UINT8 switch_role_state; member
Dbtm_sco.c679 if (p_acl && p_acl->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE) in BTM_CreateSco()