Home
last modified time | relevance | path

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

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Dlink_layer_controller.h83 … HandleSetConnectionEncryption(const Address& address, uint16_t handle, uint8_t encryption_enable);
84 ErrorCode SetConnectionEncryption(uint16_t handle, uint8_t encryption_enable);
H A Dlink_layer_controller.cc2078 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 Ddual_mode_controller.cc1021 uint8_t encryption_enable = in SetConnectionEncryption() local
1024 link_layer_controller_.SetConnectionEncryption(handle, encryption_enable); in SetConnectionEncryption()
/aosp12/system/bt/stack/btu/
H A Dbtu_hcif.cc663 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 Dhci_packets.pdl1064 encryption_enable : Enable,