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
- Generate SIRK based on username when using buildprog
- OCT-3666
Signed-off-by: Alexander Svensen <alexander.svensen@nordicsemi.no>
(cherry picked from commit 9947f48)
Copy file name to clipboardExpand all lines: applications/nrf5340_audio/doc/building.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,9 @@ When preparing the JSON file, update the following fields:
68
68
* ``location`` - This field is valid only for headsets.
69
69
It sets the location on which the headset is meant to work, especially when using the :ref:`default CIS transport mode configuration <nrf53_audio_transport_mode_configuration>`.
70
70
For more information, see :ref:`nrf53_audio_app_configuration_headset_location`.
71
+
* ``sirk`` - This field sets the SIRK for the device set, which is used in the unicast applications.
72
+
The SIRK must be 16 characters long and cannot be the default SIRK defined in the Kconfig file (``NRF5340_TWS_DEMO``).
73
+
If the default SIRK is used, the script will raise an error and stop building.
0 commit comments