Home
last modified time | relevance | path

Searched defs:encr_enable (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_event_parser.cc68 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change() local
84 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change_v2() local
Dbtm_sec.cc3206 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status, uint8_t encr_enable, in btm_sec_encrypt_change()
3464 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status, uint8_t encr_enable, in btm_sec_encryption_change_evt()
4967 uint8_t encr_enable) { in btm_sec_check_pending_enc_req()
Dbtm_ble_sec.cc1275 static void btm_ble_notify_enc_cmpl(const RawAddress& bd_addr, bool encr_enable) { in btm_ble_notify_enc_cmpl()
1305 void btm_ble_link_encrypted(const RawAddress& bd_addr, uint8_t encr_enable) { in btm_ble_link_encrypted()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc759 uint8_t encr_enable; in btu_hcif_encryption_change_evt() local
780 uint8_t encr_enable; in btu_hcif_encryption_change_evt_v2() local
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc322 void btm_sec_encrypt_change(uint16_t handle, tHCI_STATUS status, uint8_t encr_enable, in btm_sec_encrypt_change()
328 void btm_sec_encryption_change_evt(uint16_t handle, tHCI_STATUS status, uint8_t encr_enable, in btm_sec_encryption_change_evt()
Dmock_stack_btm_ble.cc218 void btm_ble_link_encrypted(const RawAddress& bd_addr, uint8_t encr_enable) { in btm_ble_link_encrypted()
Dmock_stack_smp_act.cc355 void smp_link_encrypted(const RawAddress& bda, uint8_t encr_enable) { in smp_link_encrypted()
Dmock_stack_acl.cc315 void btm_acl_encrypt_change(uint16_t handle, uint8_t status, uint8_t encr_enable) { in btm_acl_encrypt_change()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/smp/
Dsmp_act.cc2056 void smp_link_encrypted(const RawAddress& bda, uint8_t encr_enable) { in smp_link_encrypted()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc596 void btm_acl_encrypt_change(uint16_t handle, uint8_t /* status */, uint8_t encr_enable) { in btm_acl_encrypt_change() argument
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h494 bool encr_enable; member