Searched refs:HfClient (Results 1 – 3 of 3) sorted by relevance
91 pub struct HfClient { struct98 impl ToggleableProfile for HfClient { argument120 impl HfClient { implementation121 pub fn new(intf: &BluetoothInterface) -> HfClient { in new() argument122 let r = intf.get_profile_interface(SupportedProfiles::HfClient); in new()123 HfClient { in new()
4 use bt_topshim::profiles::hf_client::{BthfClientCallbacksDispatcher, HfClient};26 pub hf_client: Arc<Mutex<HfClient>>,32 let hf_client = Arc::new(Mutex::new(HfClient::new(&btif_intf.lock().unwrap()))); in create()
886 HfClient, enumerator902 SupportedProfiles::HfClient => "handsfree_client", in from()