Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/rust/test/ENC/
DBV-05-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
DBV-34-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h48 virtual bool SetConnectionEncryption(Enable enable);
Dclassic_acl_connection.cc399 bool ClassicAclConnection::SetConnectionEncryption(Enable enable) { in SetConnectionEncryption() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs88 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dencryption.rs27 let _ = ctx.receive_hci_command::<hci::SetConnectionEncryption>().await; in initiate()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs235 SetConnectionEncryption(_) => { in send_command_complete_event()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc742 void SetConnectionEncryption(hci::Enable is_encryption_enabled) { in SetConnectionEncryption() function in ClassicShimAclConnection
744 connection_->SetConnectionEncryption(is_encryption_enabled), in SetConnectionEncryption()
1085 void SetConnectionEncryption(HciHandle handle, hci::Enable enable) { in SetConnectionEncryption() function
1088 handle_to_classic_connection_map_[handle]->SetConnectionEncryption(enable); in SetConnectionEncryption()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc92 acl_connection_->SetConnectionEncryption(hci::Enable::ENABLED); in Encrypt()
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc161 connection->second.connection_->SetConnectionEncryption(view.GetEncryptionEnable()); in ConnectionCommand()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1114 packet SetConnectionEncryption : Command (op_code = SET_CONNECTION_ENCRYPTION) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1252 packet SetConnectionEncryption : ConnectionManagementCommand (op_code = SET_CONNECTION_ENCRYPTION) {