Searched defs:HCI_Command (Results 1 – 3 of 3) sorted by relevance
564 def send_command_sync(self, command: hci.HCI_Command) -> None:565 async def send_command(command: hci.HCI_Command) -> None:674 def on_hci_command_packet(self, command: hci.HCI_Command) -> None:
2124 class HCI_Command(HCI_Packet): class
14 ### HCI_Command subsection