Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c706 if (p->encrypt_state != BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF) { in BTM_SwitchRole()
710 p->encrypt_state = BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF; in BTM_SwitchRole()
2362 p->encrypt_state = BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF; in btm_cont_rswitch()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h147 #define BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF 1 /* encryption turning off */ macro