Home
last modified time | relevance | path

Searched refs:HHCallbacks (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs110 pub enum HHCallbacks { enum
121 pub dispatch: Box<dyn Fn(HHCallbacks) + Send>,
132 cb_variant!(HHCb, connection_state_cb -> HHCallbacks::ConnectionState,
136 cb_variant!(HHCb, virtual_unplug_cb -> HHCallbacks::VirtualUnplug,
140 cb_variant!(HHCb, hid_info_cb -> HHCallbacks::HidInfo,
144 cb_variant!(HHCb, protocol_mode_cb -> HHCallbacks::ProtocolMode,
149 cb_variant!(HHCb, idle_time_cb -> HHCallbacks::IdleTime,
153 cb_variant!(HHCb, get_report_cb -> HHCallbacks::GetReport,
158 cb_variant!(HHCb, handshake_cb -> HHCallbacks::Handshake,
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs59 use bt_topshim::profiles::hid_host::{BthhReportType, HHCallbacks};
91 HidHost(HHCallbacks),
Dbluetooth.rs13 BthhConnectionState, BthhHidInfo, BthhProtocolMode, BthhReportType, BthhStatus, HHCallbacks,
1565 #[btif_callbacks_dispatcher(dispatch_hid_host_callbacks, HHCallbacks)]