Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py192 async def stop_sync(self): member in GattClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs426 fn stop_sync(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in stop_sync() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1223 void stop_sync(uint16_t handle) { in stop_sync() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1596 pub fn stop_sync(&mut self, handle: u16) { in stop_sync() method