Home
last modified time | relevance | path

Searched refs:SetConnectionEncryption (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/test/ENC/
DBV-34-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
DBV-05-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h49 virtual bool SetConnectionEncryption(Enable enable);
Dclassic_acl_connection.cc390 bool ClassicAclConnection::SetConnectionEncryption(Enable enable) { in SetConnectionEncryption() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs125 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs223 SetConnectionEncryption(_) => { in send_command_complete_event()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc717 void SetConnectionEncryption(hci::Enable is_encryption_enabled) { in SetConnectionEncryption() function in ClassicShimAclConnection
718 ASSERT(connection_->SetConnectionEncryption(is_encryption_enabled)); in SetConnectionEncryption()
1032 void SetConnectionEncryption(HciHandle handle, hci::Enable enable) { in SetConnectionEncryption() function
1035 handle_to_classic_connection_map_[handle]->SetConnectionEncryption(enable); in SetConnectionEncryption()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc90 acl_connection_->SetConnectionEncryption(hci::Enable::ENABLED); in Encrypt()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc153 connection->second.connection_->SetConnectionEncryption(view.GetEncryptionEnable()); in ConnectionCommand()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_packets.pdl1188 packet SetConnectionEncryption : ConnectionManagementCommand (op_code = SET_CONNECTION_ENCRYPTION) {
/packages/modules/Bluetooth/tools/rootcanal/packets/hci/
Dhci_packets.pdl1178 packet SetConnectionEncryption : Command (op_code = SET_CONNECTION_ENCRYPTION) {