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.c402 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BlePasskeyReply()
431 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleConfirmReply()
463 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleOobDataReply()
494 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in BTM_BleSecureConnectionOobDataReply()
1410 if (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED) in btm_ble_link_sec_check()
2070 p_dev_rec->sec_flags |= BTM_SEC_LE_AUTHENTICATED; in btm_proc_smp_cback()
2324 *p_le_dev_sec_flags |= (dev_rec_sec_flags & BTM_SEC_LE_AUTHENTICATED) in BTM_GetLeSecurityState()
Dbtm_int.h535 #define BTM_SEC_LE_AUTHENTICATED 0x0200 /* LE link is encrypted after pairing with MITM */ macro
624 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…
Dbtm_sec.c1004 && (p_dev_rec->sec_flags & BTM_SEC_LE_AUTHENTICATED)) in btm_sec_bond_by_transport()
4223 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()
4800 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
6188 & BTM_SEC_LE_AUTHENTICATED) in btm_sec_check_pending_enc_req()
Dbtm_acl.c435 … p_dev_rec->sec_flags &= ~(BTM_SEC_LE_LINK_KEY_AUTHED | BTM_SEC_LE_AUTHENTICATED); in btm_acl_removed()