Home
last modified time | relevance | path

Searched defs:stop_scan (Results 1 – 8 of 8) 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/blueberry/tests/topshim/lib/
Dgatt_client.py132 async def stop_scan(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs318 fn stop_scan(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc586 void stop_scan() { in stop_scan() function
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs638 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs395 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus; in stop_scan() method
1924 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1497 pub fn stop_scan(&mut self) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1324 fn stop_scan(&mut self, _scanner_id: u8) -> BtStatus { in stop_scan() method