Skip to content

Commit

Permalink
applications: nrf5340_audio: Added capabilities doc for the controller
Browse files Browse the repository at this point in the history
Based on CIS/BIS BAP tables.

Signed-off-by: Erik Robstad <erik.robstad@nordicsemi.no>
  • Loading branch information
Erik Robstad authored and rlubos committed Aug 21, 2023
1 parent df5769f commit 05dde21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/nrf/libraries/bin/bt_ll_acs_nrf53/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ This controller is compatible with the HCI RPMsg driver provided by the |NCS| Bl
When the communication between the application and the network core on a device is handled by the HCI RPMsg driver, this link layer controller can be used to handle time critical low level communication and the radio.

.. note::
The LE Audio controller for nRF5340 associated with this version of the |NCS| comes with the QDID 181316.
The LE Audio controller for nRF5340 associated with this version of the |NCS| comes with the QDID ``#181316``.

Configuration
*************

The controller can be enabled with the :Kconfig:option:`CONFIG_BT_LL_ACS_NRF53` set to ``y``.

The number of Connected Isochronous Streams (CIS) you can use in a Connected Isochronous Group (CIG) and the number of Broadcast Isochronous Streams (BIS) you can use in a Broadcast Isochronous Group (BIG) are dependent on which configurations you use.
The most relevant configurations are bitrate and number of retransmissions.
See the `Capabilities for the LE Audio Controller Subsystem for nRF5340`_ document for matrix tables listing the supported CIS in a CIG and the supported BIS in a BIG.
These matrix tables are based on the Basic Audio Profile (BAP) tables.

The controller has the following methods of configuration:

* Standard Host-Controller Interface (HCI) commands
Expand Down
2 changes: 2 additions & 0 deletions doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@
.. _`Dictionary-based Logging`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/services/logging/index.html#dictionary-based-logging
.. _`Run-time Filtering`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/services/logging/index.html#run-time-filtering

.. _`Capabilities for the LE Audio Controller Subsystem for nRF5340`: https://developer.nordicsemi.com/nRF_Connect_SDK/nrf5340_audio/bt_ll_acs_nrf53/bt_ll_acs_nrf53_capabilities.pdf

.. ### Source: www.nordicsemi.com

.. _`Nordic Semiconductor website`: https://www.nordicsemi.com/
Expand Down

0 comments on commit 05dde21

Please sign in to comment.