Home
last modified time | relevance | path

Searched refs:stop_sync (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py192 async def stop_sync(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs423 fn stop_sync(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_sync() method
425 scanner.stop_sync(0); in stop_sync()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1301 void stop_sync(uint16_t handle) { in stop_sync() function
1852 CallOn(pimpl_.get(), &impl::stop_sync, handle); in StopSync()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1602 pub fn stop_sync(&mut self, handle: u16) { in stop_sync() method