Home
last modified time | relevance | path

Searched refs:BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c714 p->switch_role_state = BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF; in BTM_SwitchRole()
767 if (p->switch_role_state == BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF) { in btm_acl_encrypt_change()
2367 p->switch_role_state = BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF; in btm_cont_rswitch()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h140 #define BTM_ACL_SWKEY_STATE_ENCRYPTION_OFF 2 macro