applications: nrf5340_audio: Remove CONFIG_BT_AUDIO_BITRATE_UNICAST_SINK#26402
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 594a23d0e32717096c82a70a6eec59ea3bf999e2 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)Outputs:ToolchainVersion: f911d4f4e7 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
koffes
left a comment
There was a problem hiding this comment.
Let's have a sync tomorrow.
We may be able to remove BT_AUDIO_BITRATE_UNICAST_SRC and SINK as well.
applications/nrf5340_audio/src/bluetooth/bt_stream/unicast/unicast_client.h
Outdated
Show resolved
Hide resolved
6c1d4be to
622845b
Compare
The BAP presets are covering enough. It’s not really up to the unicast client to decide, as the server needs to have the specific bitrate in its PAC records anyway. Hence removing references to CONFIG_BT_AUDIO_BITRATE_UNICAST_SINK. Signed-off-by: Graham Wacey <graham.wacey@nordicsemi.no>
622845b to
594a23d
Compare
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
OCT-3006
The BAP presets are covering enough. It’s not really up to the unicast client to decide, as the server needs to have the specific bitrate in its PAC records anyway.
Hence removing references to CONFIG_BT_AUDIO_BITRATE_UNICAST_SINK.