Skip to content

Commit

Permalink
Applications: Audio: Added parameter to CAP
Browse files Browse the repository at this point in the history
- OCT-3214
- Added release=true. Releated to cherry-pick

Signed-off-by: Kristoffer Rist Skøien <[email protected]>
  • Loading branch information
koffes authored and NordicBuilder committed Nov 26, 2024
1 parent f14a353 commit d54dc16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d54dc16

Please sign in to comment.