Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c415 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()
464 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()
495 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()
524 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleSecureConnectionOobDataReply()
1492 if (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED) { in btm_ble_link_sec_check()
2202 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED;
2439 *p_le_dev_sec_flags |= (dev_rec_sec_flags & BTM_SEC_LE_AUTHENTICATED)
Dbtm_dev.c428 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED in btm_sec_free_dev()
Dbtm_sec.c996 && (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED)) in btm_sec_bond_by_transport()
4632 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
6089 & BTM_SEC_LE_AUTHENTICATED) in btm_sec_check_pending_enc_req()
Dbtm_acl.c472 … p_dev_rec->sec_flags &= ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_acl_removed()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h603 #define BTM_SEC_LE_AUTHENTICATED 0x0200 /* LE link is encrypted after pairing with MITM */ macro
699 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…