Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/test/ENC/
DBV-05-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
DBV-34-C.in3 Upper Tester -> IUT: SetConnectionEncryption {
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h47 virtual bool SetConnectionEncryption(Enable enable);
Dclassic_acl_connection.cc411 bool ClassicAclConnection::SetConnectionEncryption(Enable enable) { in SetConnectionEncryption() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs88 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dencryption.rs27 let _ = ctx.receive_hci_command::<hci::SetConnectionEncryption>().await; in initiate()
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dacl.cc735 void SetConnectionEncryption(hci::Enable is_encryption_enabled) { in SetConnectionEncryption() function in ClassicShimAclConnection
736 log::assert_that(connection_->SetConnectionEncryption(is_encryption_enabled), in SetConnectionEncryption()
1041 void SetConnectionEncryption(HciHandle handle, hci::Enable enable) { in SetConnectionEncryption() function
1043 handle_to_classic_connection_map_[handle]->SetConnectionEncryption(enable); in SetConnectionEncryption()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs235 SetConnectionEncryption(_) => { in send_command_complete_event()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dtest_packets.h240 DynamicByteBuffer SetConnectionEncryption(hci_spec::ConnectionHandle conn,
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc158 connection->second.connection_->SetConnectionEncryption(view.GetEncryptionEnable()); in ConnectionCommand()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dconnection_test.cc453 bt::testing::SetConnectionEncryption(kTestHandle, /*enable=*/true)); in TEST_F()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc1182 DynamicByteBuffer SetConnectionEncryption(hci_spec::ConnectionHandle conn, in SetConnectionEncryption() function
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl1129 packet SetConnectionEncryption : Command (op_code = SET_CONNECTION_ENCRYPTION) {
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1200 packet SetConnectionEncryption : Command (op_code = SET_CONNECTION_ENCRYPTION) {
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1255 packet SetConnectionEncryption : ConnectionManagementCommand (op_code = SET_CONNECTION_ENCRYPTION) {