Searched defs:poll_hci_command (Results 1 – 3 of 3) sorted by relevance
47 fn poll_hci_command<C: TryFrom<hci::CommandPacket>>(&self) -> Poll<C> { in poll_hci_command() method291 fn poll_hci_command<C: TryFrom<hci::CommandPacket>>(&self) -> Poll<C> { in poll_hci_command() method
55 fn poll_hci_command<C: TryFrom<hci::CommandPacket>>(&self) -> Poll<C> { in poll_hci_command() method
10 fn poll_hci_command<C: TryFrom<hci::CommandPacket>>(&self) -> Poll<C>; in poll_hci_command() method