Home
last modified time | relevance | path

Searched defs:stop_scan (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/host/test_helper/
Dfast_pair_seeker.py63 def stop_scan(self) -> None: member in FastPairSeeker
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs221 fn stop_scan(&self, scanner_id: i32) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs145 fn stop_scan(&self, scanner_id: i32); in stop_scan() method
571 fn stop_scan(&self, _scanner_id: i32) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc657 void stop_scan() { in stop_scan() function
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs584 fn stop_scan(&self, _scanner_id: i32) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1341 pub fn stop_scan(&mut self) { in stop_scan() method