Home
last modified time | relevance | path

Searched defs:send_command (Results 1 – 5 of 5) sorted by relevance

/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
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
D_rootcanal.py49 def send_command(self, name, args): member in TestChannel
/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dtest_channel.py99 def send_command(self, name, args): member in TestChannel
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py174 def send_command(self, command: hci.Packet): member in PyHci
/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