Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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