You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
applications: nrf5340_audio: Change source of inline functions to Zephyr
OCT-3115
The static inline functions in broadcast_config_tool.h has been
moved to upstream Zephyr. We need to remove the functions from
broadcast_config_tool.h and use these instead.
Signed-off-by: Graham Wacey <[email protected]>
Copy file name to clipboardExpand all lines: samples/bluetooth/broadcast_config_tool/README.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ In the BIS gateway mode, transmitting audio from the broadcast source happens us
15
15
The following limitations apply to this sample:
16
16
17
17
* Audio input: Pre-encoded LC3 data from an SD-card.
18
+
See :ref:`broadcast_configuration_tool_configuration_sd` for more information.
18
19
* Maximum two BIG with four BIS streams each.
19
20
20
21
.. _broadcast_configuration_tool_requirements:
@@ -761,6 +762,15 @@ The sample is pre-configured with a generous default memory allocation, suitable
761
762
You can modify these default settings in the :file:`prj.conf` file.
762
763
Using aggressive configurations can reduce air time availability for all streams, depending on the combination of options selected (like high bitrates, increased re-transmits, specific PHY settings).
0 commit comments