CONFIG_CAF_BLE_BOND

Enable CAF implementation of Bluetooth LE bond

Type: bool

Help

The simple CAF implementation that supports only bond erase for default Bluetooth local
identity when predefined button click is detected (if enabled with Kconfig).

Direct dependencies

BT_BONDABLE && BT_SETTINGS && CAF_SETTINGS_LOADER && CAF_BLE_COMMON_EVENTS && CAF

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:92<nRF>/subsys/Kconfig:50<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

menuconfig CAF_BLE_BOND
    bool "Enable CAF implementation of Bluetooth LE bond"
    select CAF_BLE_BOND_SUPPORTED
    depends on BT_BONDABLE && BT_SETTINGS && CAF_SETTINGS_LOADER && CAF_BLE_COMMON_EVENTS && CAF
    help
      The simple CAF implementation that supports only bond erase for default Bluetooth local
      identity when predefined button click is detected (if enabled with Kconfig).

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