Searched refs:GetCisConfig (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 13651 std::vector<CisParametersConfig> GetCisConfig() const {ASSERT(was_validated_);size_t end_index = si… in CreateOptional() function 13670 …R[";for (size_t index = 0; index < GetCisConfig().size(); index++) {ss << ((index == 0) ? "" : ", … in CreateOptional() 13718 std::vector<LeCisParametersTestConfig> GetCisConfig() const {ASSERT(was_validated_);size_t end_inde… in CreateOptional() function 13738 …R[";for (size_t index = 0; index < GetCisConfig().size(); index++) {ss << ((index == 0) ? "" : ", … in CreateOptional() 13777 std::vector<CreateCisConfig> GetCisConfig() const {ASSERT(was_validated_);size_t end_index = size()… in CreateOptional() function 13788 …R[";for (size_t index = 0; index < GetCisConfig().size(); index++) {ss << ((index == 0) ? "" : ", … in CreateOptional() 39303 …ing(), view.GetMaxTransportLatencyMToS(), view.GetMaxTransportLatencySToM(), view.GetCisConfig());} in Create() 39376 …IsoInterval(), view.GetWorstCaseSca(), view.GetPacking(), view.GetFraming(), view.GetCisConfig());} in Create() 39449 …view) {if (!view.IsValid()) return nullptr;return LeCreateCisBuilder::Create(view.GetCisConfig());} in Create()
|