Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_int_types.h474 #define BTM_SEC_LE_ENCRYPTED 0x0400 /* LE link is encrypted */ macro
571 (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED | \
Dbtm_sec.cc3712 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()
3723 p_dev_rec->sec_flags &= ~BTM_SEC_LE_ENCRYPTED; in btm_sec_encrypt_change()
4281 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
Dbtm_ble.cc1478 if (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED) { in btm_ble_link_sec_check()
Dbtm_acl.cc382 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED); in btm_acl_removed()