Skip to content

Commit 297ffc9

Browse files
committed
applications: nrf_audio: Unicast client cleanup
Added structured prints. Reordered callbacks. OCT-3784 Signed-off-by: Kristoffer Rist Skøien <kristoffer.skoien@nordicsemi.no>
1 parent 15b36cb commit 297ffc9

2 files changed

Lines changed: 212 additions & 163 deletions

File tree

applications/nrf_audio/src/bluetooth/bt_stream/le_audio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ int le_audio_stream_dir_get(struct bt_bap_stream const *const stream)
227227
struct bt_bap_ep_info ep_info;
228228

229229
if (unlikely(stream->ep == NULL)) {
230-
LOG_ERR("Stream has no endpoint");
230+
LOG_DBG("Stream has no endpoint");
231231
return -EINVAL;
232232
}
233233

0 commit comments

Comments
 (0)