Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dgatt_client.py212 async def sync_tx_parameters(self): member in GattClient
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dgatt_service.rs455 fn sync_tx_parameters(&mut self, ctx: RpcContext<'_>, _req: Empty, sink: UnarySink<Empty>) { in sync_tx_parameters() method
457 scanner.sync_tx_parameters(self.create_raw_address(), 0, 0, 0); in sync_tx_parameters()
/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc1359 …void sync_tx_parameters(const Address& address, uint8_t mode, uint16_t skip, uint16_t timeout, int… in sync_tx_parameters() function
1880 CallOn(pimpl_.get(), &impl::sync_tx_parameters, address, mode, skip, timeout, reg_id); in SyncTxParameters()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1618 pub fn sync_tx_parameters(&mut self, addr: RawAddress, mode: u8, skip: u16, timeout: u16) { in sync_tx_parameters() method