Searched defs:hf_client (Results 1 – 3 of 3) sorted by relevance
26 pub hf_client: Arc<Mutex<HfClient>>, field32 let hf_client = Arc::new(Mutex::new(HfClient::new(&btif_intf.lock().unwrap()))); in create() localVariable46 let hf_client = self.hf_client.clone(); in start_slc() localVariable72 let hf_client = self.hf_client.clone(); in stop_slc() localVariable98 let hf_client = self.hf_client.clone(); in connect_audio() localVariable124 let hf_client = self.hf_client.clone(); in disconnect_audio() localVariable
33 pub mod hf_client; module
91 def __init__(self, adapter, gatt, security, hfp, hf_client): argument