Searched defs:send_command (Results 1 – 5 of 5) sorted by relevance
142 def send_command(self: smp.Session, command: smp.SMP_Command) -> None: member in SmpTest.test_le_pairing_delete_dup_bond_record.Session
49 def send_command(self, name, args): member in TestChannel
99 def send_command(self, name, args): member in TestChannel
174 def send_command(self, command: hci.Packet): member in PyHci
152 static unique_fd send_command(const std::vector<std::string>& cmd_args, std::string* error) { in send_command() function