From d54dc167ddb6241b83279d9fb5e7c7a34012db3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20Rist=20Sk=C3=B8ien?= Date: Mon, 25 Nov 2024 15:02:52 +0100 Subject: [PATCH] Applications: Audio: Added parameter to CAP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - OCT-3214 - Added release=true. Releated to cherry-pick Signed-off-by: Kristoffer Rist Skøien --- .../src/bluetooth/bt_stream/unicast/unicast_client.c | 2 ++ west.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_client.c b/applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_client.c index 150b2b8492b0..26aabe4b25fb 100644 --- a/applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_client.c +++ b/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 param.streams = streams; param.count = 0; param.type = BT_CAP_SET_TYPE_AD_HOC; + param.release = true; if (playing_state && 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) param.streams = streams; param.count = 0; param.type = BT_CAP_SET_TYPE_AD_HOC; + param.release = true; le_audio_event_publish(LE_AUDIO_EVT_NOT_STREAMING, NULL, 0); diff --git a/west.yml b/west.yml index d0c3b98814cf..889532a51fbe 100644 --- a/west.yml +++ b/west.yml @@ -69,7 +69,7 @@ manifest: # https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html - name: zephyr repo-path: sdk-zephyr - revision: pull/2294/head + revision: 01976a7968bd9fa0a601079c35022e06bfc809e7 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above