Home
last modified time | relevance | path

Searched refs:stop_active_scan (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs1763 self.bluetooth_gatt.lock().unwrap().stop_active_scan(scanner_id); in discovery_state()
Dbluetooth_gatt.rs1961 pub(crate) fn stop_active_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_active_scan() method