Searched refs:on_hci_command_packet (Results 1 – 2 of 2) sorted by relevance
275 self.on_hci_command_packet(packet)283 def on_hci_command_packet(self, command): member in Controller
662 self.on_hci_command_packet(cast(hci.HCI_Command, packet))674 def on_hci_command_packet(self, command: hci.HCI_Command) -> None: member in Host