Home
last modified time | relevance | path

Searched refs:BTM_SEC_LE_ENCRYPTED (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h617 #define BTM_SEC_LE_ENCRYPTED 0x0400 /* LE link is encrypted */ macro
712 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c439 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED in btm_sec_free_dev()
Dbtm_ble.c1491 if (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED) { in btm_ble_link_sec_check()
2444 if (dev_rec_sec_flags & BTM_SEC_LE_ENCRYPTED) {
Dbtm_sec.c1381 (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED)) in BTM_SetEncryption()
4104 p_dev_rec->sec_flags |= BTM_SEC_LE_ENCRYPTED; in btm_sec_encrypt_change()
4114 p_dev_rec->sec_flags &= ~BTM_SEC_LE_ENCRYPTED; in btm_sec_encrypt_change()
4632 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
Dbtm_acl.c469 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED); in btm_acl_removed()