Home
last modified time | relevance | path

Searched refs:MgmtCommandResponse (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs142 pub enum MgmtCommandResponse { enum
153 CommandComplete { opcode: u16, status: u8, response: MgmtCommandResponse },
230 MgmtCommandResponse::ReadIndexList { num_intf: len, interfaces } in try_from()
233 MgmtCommandResponse::DataUnused in try_from()
237 MgmtCommandResponse::DataUnused in try_from()
446 if let MgmtCommandResponse::ReadIndexList { num_intf, interfaces } = response { in mgmt_tryfrom_indexlist()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs5 BtSocket, HciChannels, MgmtCommand, MgmtCommandResponse, MgmtEvent, HCI_DEV_NONE,
435 if let MgmtCommandResponse::ReadIndexList { in configure_hci()