Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py132 async def stop_scan(self): member in GattClient
/packages/modules/Bluetooth/floss/pandora/floss/
Dscanner_client.py557 def stop_scan(self, scanner_id): member in FlossScannerClient
/packages/modules/Bluetooth/floss/pandora/server/
Dbluetooth.py320 def stop_scan(self, scanner_id): member in Bluetooth
/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.cc635 void stop_scan() { in stop_scan() function
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs636 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs396 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus; in stop_scan() method
2232 fn stop_scan(&mut self, scanner_id: u8) -> BtStatus { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1489 pub fn stop_scan(&mut self) { in stop_scan() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1495 fn stop_scan(&mut self, _scanner_id: u8) -> BtStatus { in stop_scan() method