Home
last modified time | relevance | path

Searched defs:CommandComplete (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/offload/hci/
Devent.rs24 CommandComplete(CommandComplete), enumerator
150 impl EventCode for CommandComplete { implementation
155 pub struct CommandComplete { struct
156 pub num_hci_command_packets: u8,
157 pub return_parameters: ReturnParameters,
/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs125 CommandComplete = 0x1, enumerator
153 CommandComplete { opcode: u16, status: u8, response: MgmtCommandResponse }, enumerator