Searched defs:btif_hfp (Results 1 – 1 of 1) sorted by relevance
48 pub btif_hfp: Arc<Mutex<Hfp>>, field56 let btif_hfp = Arc::new(Mutex::new(Hfp::new(&btif_intf.lock().unwrap()))); in create() localVariable