Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster_types.h119 subgroup_vendor_codec_config_(subgroup_vendor_codec_config), in codec_id_()
123 if (subgroup_vendor_codec_config_.has_value() !=
124 other.subgroup_vendor_codec_config_.has_value())
127 if (subgroup_vendor_codec_config_.has_value()) {
128 if (subgroup_vendor_codec_config_->size() !=
129 other.subgroup_vendor_codec_config_->size()) {
133 if (0 != memcmp(subgroup_vendor_codec_config_->data(),
134 other.subgroup_vendor_codec_config_->data(),
135 subgroup_vendor_codec_config_->size())) {
160 return subgroup_vendor_codec_config_; in GetVendorCodecSpecData()
[all …]