Home
last modified time | relevance | path

Searched defs:hf_client (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dhf_client_service.rs26 pub hf_client: Arc<Mutex<HfClient>>, field
32 let hf_client = Arc::new(Mutex::new(HfClient::new(&btif_intf.lock().unwrap()))); in create() localVariable
46 let hf_client = self.hf_client.clone(); in start_slc() localVariable
72 let hf_client = self.hf_client.clone(); in stop_slc() localVariable
98 let hf_client = self.hf_client.clone(); in connect_audio() localVariable
124 let hf_client = self.hf_client.clone(); in disconnect_audio() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dmod.rs33 pub mod hf_client; module
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py91 def __init__(self, adapter, gatt, security, hfp, hf_client): argument