CONFIG_BT_CSIS_TEST_SAMPLE_DATA

Coordinated Set Identification Service Test Sample Data

Type: bool

Help

Enable the use of the sample data defined by the CSIS spec SIRK.
This will use the sample SIRK, prand and LTK.

WARNING: This option enables anyone to track and decrypt the SIRK
(if encrypted) using public sample data.
Should not be used for production builds.

Direct dependencies

BT_CSIS && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/bluetooth/audio/Kconfig.csis:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:200<Zephyr>/subsys/bluetooth/audio/Kconfig:64

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Coordinated Set Identification Service Support [EXPERIMENTAL]

config BT_CSIS_TEST_SAMPLE_DATA
    bool "Coordinated Set Identification Service Test Sample Data"
    depends on BT_CSIS && BT_AUDIO && BT_AUDIO && BT
    help
      Enable the use of the sample data defined by the CSIS spec SIRK.
      This will use the sample SIRK, prand and LTK.

      WARNING: This option enables anyone to track and decrypt the SIRK
      (if encrypted) using public sample data.
      Should not be used for production builds.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)