Home
last modified time | relevance | path

Searched refs:HidHost (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhid_host.rs163 pub struct HidHost { struct
174 impl ToggleableProfile for HidHost { argument
196 impl HidHost { implementation
197 pub fn new(intf: &BluetoothInterface) -> HidHost { in new() argument
198 let r = intf.get_profile_interface(SupportedProfiles::HidHost); in new()
199 HidHost { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs91 HidHost(HHCallbacks), enumerator
341 Message::HidHost(h) => { in dispatch()
Dbluetooth.rs16 HHCallbacks, HHCallbacksDispatcher, HidHost,
599 hh: Option<HidHost>,
855 self.hh = Some(HidHost::new(&self.intf.lock().unwrap())); in init_profiles()
860 let _ = txl.send(Message::HidHost(cb)).await; in init_profiles()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs880 HidHost, enumerator
896 SupportedProfiles::HidHost => "hidhost", in from()