CONFIG_BT_CSIS_CLIENT_ENC_SIRK_SUPPORT

Support for encrypted SIRK

Type: bool

Help

Enables support encrypting the SIRK.

Direct dependencies

BT_CSIS_CLIENT && BT_AUDIO && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

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

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