Skip to content

Commit

Permalink
doc: Bluetooth LE Controller: mention audio case
Browse files Browse the repository at this point in the history
Mentioned the separate controller for audio usage.

Ref: https://nordicsemi.atlassian.net/browse/NCSDK-22510

Signed-off-by: Pekka Niskanen <[email protected]>
  • Loading branch information
peknis authored and anangl committed Sep 5, 2023
1 parent 9feddac commit 3d70f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/nrf/protocols/ble/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Usage in samples

Most :ref:`Bluetooth LE samples <ble_samples>` in the |NCS| can use either Bluetooth LE Controller.
An exception is the :ref:`ble_llpm` sample, which requires the SoftDevice Controller that supports LLPM.
There is also a separate controller for the :ref:`nrf53_audio_app` application, namely the :ref:`lib_bt_ll_acs_nrf53_readme`.

By default, all samples are currently configured to use SoftDevice Controller.
To use the Zephyr Bluetooth LE Controller instead, set :kconfig:option:`CONFIG_BT_LL_SW_SPLIT` to ``y`` in the :file:`prj.conf` file (see :ref:`configure_application`) and make sure to build from a clean build directory.
Expand Down

0 comments on commit 3d70f7f

Please sign in to comment.