Searched refs:BTM_SEC_LE_ENCRYPTED (Results 1 – 4 of 4) sorted by relevance
532 #define BTM_SEC_LE_ENCRYPTED 0x0400 /* LE link is encrypted */ macro622 #define BTM_SEC_LE_MASK (BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED|BTM_SEC_LE_LINK_KEY_KNOWN…
1231 if (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED) in btm_ble_link_sec_check()2202 if (dev_rec_sec_flags & BTM_SEC_LE_ENCRYPTED) in BTM_GetLeSecurityState()
1394 (p_dev_rec->sec_flags & BTM_SEC_LE_ENCRYPTED)) in BTM_SetEncryption()4253 p_dev_rec->sec_flags |= (BTM_SEC_LE_AUTHENTICATED | BTM_SEC_LE_ENCRYPTED); in btm_sec_encrypt_change()4264 p_dev_rec->sec_flags &= ~BTM_SEC_LE_ENCRYPTED; in btm_sec_encrypt_change()4830 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_AUTHENTICATED|BTM_SEC_LE_ENCRYPTED); in btm_sec_disconnected()
427 p_dev_rec->sec_flags &= ~(BTM_SEC_LE_ENCRYPTED | BTM_SEC_ROLE_SWITCHED); in btm_acl_removed()