Searched defs:start_sync (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 187 async def start_sync(self): member in GattClient
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 418 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/ |
D | le_scanning_manager.cc | 1204 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/ |
D | gatt.rs | 1592 pub fn start_sync(&mut self, sid: u8, addr: RawAddress, skip: u16, timeout: u16) { in start_sync() method
|