CONFIG_BT_CSIS_CLIENT_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.
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

BT_CSIS_CLIENT && 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:73

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 Profile Support [EXPERIMENTAL]

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.)