Home
last modified time | relevance | path

Searched refs:le_link (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_sec.cc1080 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in btm_ble_link_sec_check()
1187 p_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_set_encryption()
1266 if (p_rec->sec_rec.le_link == tSECURITY_STATE::IDLE) { in btm_ble_start_encrypt()
1267 p_rec->sec_rec.le_link = tSECURITY_STATE::ENCRYPTING; in btm_ble_start_encrypt()
1336 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in btm_ble_link_encrypted()
1429 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in btm_ble_get_auth_req()
1681 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_user_confirmation_req()
1694 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_ble_sec_req()
1750 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in btm_ble_complete_evt()
Dsecurity_device_record.h199 tSECURITY_STATE le_link; /* Operating state of LE link */ member
275 bool is_security_state_le_encrypting() const { return le_link == tSECURITY_STATE::ENCRYPTING; } in is_security_state_le_encrypting()
Dbtm_sec.cc663 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::AUTHENTICATING; in btm_sec_bond_by_transport()
734 p_dev_rec->sec_rec.le_link, p_dev_rec->sec_rec.classic_link); in btm_sec_bond_by_transport()
822 if (p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING) { in BTM_SecBondCancel()
832 p_dev_rec->sec_rec.le_link, p_dev_rec->sec_rec.classic_link); in BTM_SecBondCancel()
994 tSECURITY_STATE& state = (transport == BT_TRANSPORT_LE) ? p_dev_rec->sec_rec.le_link in BTM_SetEncryption()
1000 (p_dev_rec->sec_rec.le_link != tSECURITY_STATE::IDLE && in BTM_SetEncryption()
1025 p_dev_rec->hci_handle, p_dev_rec->ble_hci_handle, p_dev_rec->sec_rec.le_link, in BTM_SetEncryption()
1071 p_dev_rec->sec_rec.le_link == tSECURITY_STATE::AUTHENTICATING); in BTM_SecIsLeSecurityPending()
1086 if (p_dev_rec->sec_rec.le_link == tSECURITY_STATE::DISCONNECTING) { in btm_sec_send_hci_disconnect()
1090 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::DISCONNECTING; in btm_sec_send_hci_disconnect()
[all …]
Dbtm_devctl.cc138 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in set_sec_state_idle()
Dbtm_dev.cc208 p_dev_rec->sec_rec.le_link = tSECURITY_STATE::IDLE; in BTM_SecClearSecurityFlags()