Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py202 async def transfer_sync(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs439 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/
Dle_scanning_manager.cc1317 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/
Dgatt.rs1610 pub fn transfer_sync(&mut self, addr: RawAddress, service_data: u16, sync_handle: u16) { in transfer_sync() method