Searched refs:encryption_enable (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
H A D | link_layer_controller.h | 83 … HandleSetConnectionEncryption(const Address& address, uint16_t handle, uint8_t encryption_enable); 84 ErrorCode SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
|
H A D | link_layer_controller.cc | 2078 const Address& peer, uint16_t handle, uint8_t encryption_enable) { in HandleSetConnectionEncryption() argument 2081 if (connections_.IsEncrypted(handle) && encryption_enable) { in HandleSetConnectionEncryption() 2084 static_cast<bluetooth::hci::EncryptionEnabled>(encryption_enable)); in HandleSetConnectionEncryption() 2102 uint16_t handle, uint8_t encryption_enable) { in SetConnectionEncryption() argument 2108 if (connections_.IsEncrypted(handle) && !encryption_enable) { in SetConnectionEncryption() 2117 ScheduleTask(milliseconds(5), [this, remote, handle, encryption_enable]() { in SetConnectionEncryption() 2119 encryption_enable); in SetConnectionEncryption()
|
H A D | dual_mode_controller.cc | 1021 uint8_t encryption_enable = in SetConnectionEncryption() local 1024 link_layer_controller_.SetConnectionEncryption(handle, encryption_enable); in SetConnectionEncryption()
|
/aosp12/system/bt/stack/btu/ |
H A D | btu_hcif.cc | 663 uint8_t encryption_enable; in btu_hcif_log_command_metrics() local 664 STREAM_TO_UINT8(encryption_enable, p_cmd); in btu_hcif_log_command_metrics() 667 android::bluetooth::hci::STATUS_UNKNOWN, encryption_enable); in btu_hcif_log_command_metrics()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_packets.pdl | 1064 encryption_enable : Enable,
|