Searched refs:BthhProtocolMode (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | hid_host.rs | 66 pub enum BthhProtocolMode { enum 72 impl From<bindings::bthh_protocol_mode_t> for BthhProtocolMode { implementation 74 BthhProtocolMode::from_u32(item).unwrap_or_else(|| BthhProtocolMode::UnsupportedMode) in from() 78 impl From<BthhProtocolMode> for bindings::bthh_protocol_mode_t { 79 fn from(item: BthhProtocolMode) -> Self { in from() 113 ProtocolMode(RawAddress, BtAddrType, BtTransport, BthhStatus, BthhProtocolMode), 139 bindings::bthh_protocol_mode_t -> BthhProtocolMode, { 314 mode: BthhProtocolMode, in get_protocol() argument 333 mode: BthhProtocolMode, in set_protocol() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 15 BthhConnectionState, BthhHidInfo, BthhProtocolMode, BthhReportType, BthhStatus, 1490 mode: BthhProtocolMode, in protocol_mode() argument 3138 mode: BthhProtocolMode, in protocol_mode() argument
|