CONFIG_CAF_BLE_BOND_SUPPORTED

Application supports Bluetooth LE bond module

Type: bool

Help

The module does not have a generic implementation in CAF. Make sure to provide your own
implementaion of the module if you enable this option.

Direct dependencies

SETTINGS && CAF_BLE_COMMON_EVENTS && CAF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/caf/modules/Kconfig.ble_bond:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:44<nRF>/subsys/caf/Kconfig:16<nRF>/subsys/caf/modules/Kconfig:8

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Common Application Framework

config CAF_BLE_BOND_SUPPORTED
    bool "Application supports Bluetooth LE bond module"
    depends on SETTINGS && CAF_BLE_COMMON_EVENTS && CAF
    help
      The module does not have a generic implementation in CAF. Make sure to provide your own
      implementaion of the module if you enable this option.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)