Searched defs:encr_enable (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | security_event_parser.cc | 68 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change() local 84 EncryptionEnabled encr_enable = change.GetEncryptionEnabled(); in parse_encryption_change_v2() local
|
D | btm_sec.cc | 3206 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()
|
D | btm_ble_sec.cc | 1275 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/ |
D | btu_hcif.cc | 759 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/ |
D | mock_stack_btm_sec.cc | 322 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()
|
D | mock_stack_btm_ble.cc | 218 void btm_ble_link_encrypted(const RawAddress& bd_addr, uint8_t encr_enable) { in btm_ble_link_encrypted()
|
D | mock_stack_smp_act.cc | 355 void smp_link_encrypted(const RawAddress& bda, uint8_t encr_enable) { in smp_link_encrypted()
|
D | mock_stack_acl.cc | 315 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/ |
D | smp_act.cc | 2056 void smp_link_encrypted(const RawAddress& bda, uint8_t encr_enable) { in smp_link_encrypted()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | btm_acl.cc | 596 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/ |
D | bluetooth.h | 494 bool encr_enable; member
|