Searched refs:sync_tx_parameters (Results  1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/ | 
| D | gatt_client.py | 212     async def sync_tx_parameters(self):  member in GattClient
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/ | 
| D | gatt_service.rs | 455     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/ | 
| D | le_scanning_manager.cc | 1289 …void sync_tx_parameters(const Address& address, uint8_t mode, uint16_t skip, uint16_t timeout, int…  in sync_tx_parameters()  function 1806   CallOn(pimpl_.get(), &impl::sync_tx_parameters, address, mode, skip, timeout, reg_id);  in SyncTxParameters()
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ | 
| D | gatt.rs | 1611     pub fn sync_tx_parameters(&mut self, addr: RawAddress, mode: u8, skip: u16, timeout: u16) {  in sync_tx_parameters()  method
  |