Searched refs:HidHost (Results 1 – 4 of 4) sorted by relevance
163 pub struct HidHost { struct174 impl ToggleableProfile for HidHost { argument196 impl HidHost { implementation197 pub fn new(intf: &BluetoothInterface) -> HidHost { in new() argument198 let r = intf.get_profile_interface(SupportedProfiles::HidHost); in new()199 HidHost { in new()
91 HidHost(HHCallbacks), enumerator341 Message::HidHost(h) => { in dispatch()
16 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()
880 HidHost, enumerator896 SupportedProfiles::HidHost => "hidhost", in from()