:orphan: .. title:: CONFIG_BT_CSIS_TEST_SAMPLE_DATA .. kconfig:: CONFIG_BT_CSIS_TEST_SAMPLE_DATA CONFIG_BT_CSIS_TEST_SAMPLE_DATA ############################### *Coordinated Set Identification Service Test Sample Data* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`BT_CSIS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/audio/Kconfig.csis:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Coordinated Set Identification Service Support [EXPERIMENTAL] .. code-block:: kconfig 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.)*