Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble.cc342 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()
369 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()
401 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()
429 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleSecureConnectionOobDataReply()
1467 if (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED) in btm_ble_link_sec_check()
1917 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in btm_proc_smp_cback()
2156 (dev_rec_sec_flags & BTM_SEC_LE_AUTHENTICATED) in BTM_GetLeSecurityState()
Dbtm_int_types.h487 #define BTM_SEC_LE_AUTHENTICATED \ macro
586 (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | \
Dbtm_sec.cc913 (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED))) { in btm_sec_bond_by_transport()
3972 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()
4538 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
5819 p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED)) { in btm_sec_check_pending_enc_req()
Dbtm_acl.cc384 ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_acl_removed()