Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth_gatt.rs14 fn stop_scan(&self, scanner_id: i32); in stop_scan() method
83 fn stop_scan(&self, _scanner_id: i32) { in stop_scan() method
/aosp12/system/bt/gd/rust/linux/service/src/
H A Diface_bluetooth_gatt.rs72 fn stop_scan(&self, scanner_id: i32) {} in stop_scan() method
/aosp12/system/bt/gd/hci/
H A Dle_scanning_manager.cc587 void stop_scan() { in stop_scan() function