Home
last modified time | relevance | path

Searched defs:SyncTxParameters (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_periodic_sync_manager.h188 …void SyncTxParameters(const Address& address, uint8_t mode, uint16_t skip, uint16_t timeout, int r… in SyncTxParameters() function
Dle_scanning_manager.cc1804 void LeScanningManager::SyncTxParameters( in SyncTxParameters() function in bluetooth::hci::LeScanningManager
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc335 void BleScannerIntf::SyncTxParameters(RawAddress addr, uint8_t mode, uint16_t skip, uint16_t timeou… in SyncTxParameters() function in bluetooth::topshim::rust::BleScannerIntf
/packages/modules/Bluetooth/system/blueberry/facade/topshim/
Dfacade.proto66 rpc SyncTxParameters(google.protobuf.Empty) returns (google.protobuf.Empty) {} rpc
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc474 void BleScannerInterfaceImpl::SyncTxParameters(RawAddress addr, uint8_t mode, in SyncTxParameters() function in BleScannerInterfaceImpl
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs245 fn SyncTxParameters( in SyncTxParameters() function