Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h144 BTM_SEC_LE_AUTHENTICATED = 0x0200, enumerator
268 return sec_flags & BTM_SEC_LE_AUTHENTICATED; in is_le_device_authenticated()
270 void set_le_device_authenticated() { sec_flags |= BTM_SEC_LE_AUTHENTICATED; } in set_le_device_authenticated()
272 sec_flags &= ~BTM_SEC_LE_AUTHENTICATED; in reset_le_device_authenticated()
Dbtm_ble_sec.cc289 p_dev_rec->sec_rec.sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()
321 p_dev_rec->sec_rec.sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()
354 p_dev_rec->sec_rec.sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()
384 p_dev_rec->sec_rec.sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleSecureConnectionOobDataReply()
1082 if (p_dev_rec->sec_rec.sec_flags & BTM_SEC_LE_AUTHENTICATED) in btm_ble_link_sec_check()
1582 p_dev_rec->sec_rec.sec_flags |= BTM_SEC_LE_AUTHENTICATED; in btm_proc_smp_cback()
Dbtm_sec.cc99 (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | \
743 (p_dev_rec->sec_rec.sec_flags & BTM_SEC_LE_AUTHENTICATED))) { in btm_sec_bond_by_transport()
4011 ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | in btm_sec_disconnected()
4018 ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_sec_disconnected()
5131 p_dev_rec->sec_rec.sec_flags & BTM_SEC_LE_AUTHENTICATED)) { in btm_sec_check_pending_enc_req()