Searched defs:HciCommand (Results 1 – 4 of 4) sorted by relevance
48 pub(crate) struct HciCommand(pub(crate) PyObject); struct50 impl HciCommand { impl61 impl TryFrom<Command> for HciCommand { implementation69 impl IntoPy<PyObject> for HciCommand { implementation
381 HciCommand(Command), enumerator
11351 pub enum HciCommand { enum11656 r#hci_command: HciCommand, in stats_write()