Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py187 async def start_sync(self): member in GattClient
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs418 fn start_sync(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in start_sync() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1204 void start_sync(uint8_t sid, const AddressWithType& address_with_type, uint16_t skip, in start_sync() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1592 pub fn start_sync(&mut self, sid: u8, addr: RawAddress, skip: u16, timeout: u16) { in start_sync() method