Home
last modified time | relevance | path

Searched refs:poll_hci_command (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/
Dmod.rs24 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C>; in poll_hci_command() method
40 ReceiveFuture(Self::poll_hci_command, self) in receive_hci_command()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs59 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command() method
303 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command() method
305 manager.link(self.index).poll_hci_command() in poll_hci_command()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/
Dcontext.rs67 fn poll_hci_command<C: TryFrom<hci::Command>>(&self) -> Poll<C> { in poll_hci_command() method