Searched refs:stop_active_scan (Results 1 – 2 of 2) sorted by relevance
1763 self.bluetooth_gatt.lock().unwrap().stop_active_scan(scanner_id); in discovery_state()
1961 pub(crate) fn stop_active_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_active_scan() method