:orphan: .. title:: CONFIG_BT_CSIS_CLIENT_ENC_SIRK_SUPPORT .. kconfig:: CONFIG_BT_CSIS_CLIENT_ENC_SIRK_SUPPORT CONFIG_BT_CSIS_CLIENT_ENC_SIRK_SUPPORT ###################################### *Support for encrypted SIRK* Type: ``bool`` Help ==== .. code-block:: none Enables support encrypting the SIRK. Direct dependencies =================== \ :kconfig:`BT_CSIS_CLIENT ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`BT_SMP_SC_PAIR_ONLY ` Kconfig definition ================== At ``/bluetooth/audio/Kconfig.csis:92`` 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_ENC_SIRK_SUPPORT bool "Support for encrypted SIRK" default y select BT_SMP_SC_PAIR_ONLY depends on BT_CSIS_CLIENT && BT_AUDIO && BT_AUDIO && BT help Enables support encrypting the SIRK. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*