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 002569c commit 27e52e6Copy full SHA for 27e52e6
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_client.c
@@ -757,6 +757,7 @@ static int update_cap_sink_stream_qos(struct le_audio_unicast_server *unicast_se
757
param.streams = streams;
758
param.count = 0;
759
param.type = BT_CAP_SET_TYPE_AD_HOC;
760
+ param.release = true;
761
762
if (playing_state &&
763
le_audio_ep_state_check(unicast_server->cap_sink_stream.bap_stream.ep,
@@ -1680,6 +1681,7 @@ int unicast_client_stop(uint8_t cig_index)
1680
1681
1682
1683
1684
1685
1686
le_audio_event_publish(LE_AUDIO_EVT_NOT_STREAMING, NULL, 0);
1687
0 commit comments