Searched refs:BTM_SEC_LE_AUTHENTICATED (Results 1 – 3 of 3) sorted by relevance
128 BTM_SEC_LE_AUTHENTICATED = 0x0200, enumerator270 return sec_flags & BTM_SEC_LE_AUTHENTICATED; in is_le_device_authenticated()272 void set_le_device_authenticated() { sec_flags |= BTM_SEC_LE_AUTHENTICATED; } in set_le_device_authenticated()274 sec_flags &= ~BTM_SEC_LE_AUTHENTICATED; in reset_le_device_authenticated()
260 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()290 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()325 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()357 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleSecureConnectionOobDataReply()1318 if (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED) in btm_ble_link_sec_check()1755 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in btm_proc_smp_cback()
71 (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | \762 (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED))) { in btm_sec_bond_by_transport()3240 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()3746 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | in btm_sec_disconnected()3752 ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_sec_disconnected()4766 p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED)) { in btm_sec_check_pending_enc_req()