We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e940c5 commit bc89eabCopy full SHA for bc89eab
subsys/bluetooth/audio/bap_stream.c
@@ -221,7 +221,6 @@ bool bt_audio_valid_codec(const struct bt_codec *codec)
221
}
222
223
for (size_t i = 0U; i < codec->meta_count; i++) {
224
- LOG_ERR("META %zu", i);
225
if (!bt_audio_valid_codec_data(&codec->meta[i])) {
226
LOG_DBG("codec->meta[%zu] invalid", i);
227
return false;
0 commit comments