Home
last modified time | relevance | path

Searched refs:send_command (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dtest_channel.py99 def send_command(self, name, args): member in TestChannel
161 self._test_channel.send_command('add', args.split())
167 self._test_channel.send_command('del', args.split())
173 self._test_channel.send_command('add_phy', args.split())
179 self._test_channel.send_command('del_phy', args.split())
185 self._test_channel.send_command('add_device_to_phy', args.split())
191 self._test_channel.send_command('del_device_from_phy', args.split())
197 self._test_channel.send_command('add_remote', args.split())
203 self._test_channel.send_command('get', args.split())
209 self._test_channel.send_command('set', args.split())
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py55 … self.dut_hci.send_command(hci.WriteLoopbackMode(loopback_mode=hci.LoopbackMode.ENABLE_LOCAL))
57 self.dut_hci.send_command(hci.ReadLocalName())
64 …self.dut_hci.send_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_responses=0x…
72 …self.dut_hci.send_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0D:05:04:03:02:…
74 self.dut_hci.send_command(
84 self.dut_hci.send_command(
143 self.dut_hci.send_command(hci.LeSetExtendedScanEnable(enable=hci.Enable.DISABLED))
189 self.dut_hci.send_command(hci.LeReadRemoteFeatures(connection_handle=dut_handle))
205 …self.dut_hci.send_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0D:05:04:03:02:…
206 self.dut_hci.send_command(
[all …]
Dle_advertising_manager_test.py97 …self.cert_hci.send_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0C:05:04:03:02…
99 self.cert_hci.send_command(
109 self.cert_hci.send_command(
121 self.cert_hci.send_command(
130 …self.cert_hci.send_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0C:05:04:03:02…
132 self.cert_hci.send_command(
142 self.cert_hci.send_command(
178 self.cert_hci.send_command(
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py99 self.py_hci.send_command(
108 self.py_hci.send_command(
118 self.py_hci.send_command(
174 def send_command(self, command: hci.Packet): member in PyHci
178 self.send_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCAN))
181 self.send_command(hci.ReadBdAddr())
187 self.send_command(
199 self.send_command(
214 self.send_command(hci.LeSetRandomAddress(random_address=bluetooth.Address(addr)))
218 self.send_command(
[all …]
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py49 def send_command(self, name, args): member in TestChannel
120 self.channel.send_command("set_device_configuration", [pts_id, dongle.value])
130 self.channel.send_command("del_device_from_phy", [device_id, phy_id])
145 self.channel.send_command("add_device_to_phy", [device_id, phy_id])
149 response = self.channel.send_command("list", [])
/packages/modules/adb/client/
Dadb_install.cpp152 static unique_fd send_command(const std::vector<std::string>& cmd_args, std::string* error) { in send_command() function
232 unique_fd remote_fd = send_command(cmd_args, &error); in install_app_streamed()
578 unique_fd fd = send_command(cmd_args, &error); in install_multiple_app_streamed()
631 unique_fd remote_fd = send_command(cmd_args, &error); in install_multiple_app_streamed()
662 unique_fd fd = send_command(service_args, &error); in install_multiple_app_streamed()
767 unique_fd fd = send_command(multi_package_cmd_args, &error); in install_multi_package()
828 fd = send_command(individual_apex_cmd_args, &error); in install_multi_package()
830 fd = send_command(individual_cmd_args, &error); in install_multi_package()
886 unique_fd remote_fd = send_command(cmd_args, &error); in install_multi_package()
909 unique_fd fd = send_command(add_session_cmd_args, &error); in install_multi_package()
[all …]
/packages/modules/Bluetooth/android/pandora/test/pairing/
Dsmp_test.py142 def send_command(self: smp.Session, command: smp.SMP_Command) -> None: member in SmpTest.test_le_pairing_delete_dup_bond_record.Session
151 self.manager.send_command(self.connection, command)
/packages/modules/Bluetooth/system/blueberry/tests/gd/security/
Dcert_security.py81 self._hci.send_command(command)
83 self._hci.send_command(command)