Searched refs:BTM_SEC_LE_AUTHENTICATED (Results 1 – 5 of 5) sorted by relevance
414 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()463 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()494 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()1435 if (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED) { in btm_ble_link_sec_check()2134 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED;2363 *p_le_dev_sec_flags |= (dev_rec_sec_flags & BTM_SEC_LE_AUTHENTICATED)
428 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED in btm_sec_free_dev()
995 && (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED)) in btm_sec_bond_by_transport()4622 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()6059 & BTM_SEC_LE_AUTHENTICATED) in btm_sec_check_pending_enc_req()
470 … p_dev_rec->sec_flags &= ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_acl_removed()
603 #define BTM_SEC_LE_AUTHENTICATED 0x0200 /* LE link is encrypted after pairing with MITM */ macro699 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…