Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dsecurity_device_record.h128 BTM_SEC_LE_AUTHENTICATED = 0x0200, enumerator
270 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()
Dbtm_ble.cc260 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()
Dbtm_sec.cc71 (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()