Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs91 pub struct HfClient { struct
98 impl ToggleableProfile for HfClient { argument
120 impl HfClient { implementation
121 pub fn new(intf: &BluetoothInterface) -> HfClient { in new() argument
122 let r = intf.get_profile_interface(SupportedProfiles::HfClient); in new()
123 HfClient { in new()
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhf_client_service.rs4 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()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs886 HfClient, enumerator
902 SupportedProfiles::HfClient => "handsfree_client", in from()