Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h558 #define BTM_SEC_LE_ENCRYPTED 0x0400 /* 0x04 */ macro
629 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…
Dbtm_sec.c1589 (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED)) in BTM_SetEncryption()
4173 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()
4183 p_dev_rec->sec_flags &= ~BTM_SEC_LE_ENCRYPTED; in btm_sec_encrypt_change()
4752 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
Dbtm_ble.c1081 if (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED) in btm_ble_link_sec_check()
Dbtm_acl.c451 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED); in btm_acl_removed()