Searched refs:transfer_sync (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ |
D | gatt_client.py | 202 async def transfer_sync(self): member in GattClient
|
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ |
D | gatt_service.rs | 439 fn transfer_sync(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in transfer_sync() method 441 scanner.transfer_sync(self.create_raw_address(), 0, 0); in transfer_sync()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.cc | 1317 void transfer_sync( in transfer_sync() function 1865 CallOn(pimpl_.get(), &impl::transfer_sync, address, handle, service_data, sync_handle, pa_source); in TransferSync()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1610 pub fn transfer_sync(&mut self, addr: RawAddress, service_data: u16, sync_handle: u16) { in transfer_sync() method
|