Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: f4cb3034fc6db139d2917b2f0fff2946ac034e90
revision: 01976a7968bd9fa0a601079c35022e06bfc809e7
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading