:orphan: .. title:: CONFIG_BT_CSIS_CLIENT_TEST_SAMPLE_DATA .. kconfig:: CONFIG_BT_CSIS_CLIENT_TEST_SAMPLE_DATA CONFIG_BT_CSIS_CLIENT_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. This will use the sample SIRK, prand and LTK. WARNING: This option enables the client to use the sample data to locate members and decrypt the SIRK, and thus won't work with set members that are not using the sample data. Should not be used for production builds. Direct dependencies =================== \ :kconfig:`BT_CSIS_CLIENT ` && \ :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:73`` 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 Profile Support [EXPERIMENTAL] .. code-block:: kconfig config BT_CSIS_CLIENT_TEST_SAMPLE_DATA bool "Coordinated Set Identification Service Test Sample Data" depends on BT_CSIS_CLIENT && BT_AUDIO && BT_AUDIO && BT help Enable the use of the sample data defined by the CSIS spec. This will use the sample SIRK, prand and LTK. WARNING: This option enables the client to use the sample data to locate members and decrypt the SIRK, and thus won't work with set members that are not using the sample data. Should not be used for production builds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*