CONFIG_CHIP_DISABLE_CHIPOBLE_ADVERTISING_WHEN_PROVISIONED

Disable CHIPoBLE advertising when device is fully provisioned

Type: bool

Help

Disable CHIPoBLE advertising when the device achieves a fully provisioned state.

Direct dependencies

CHIP

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/connectedhomeip/config/nrfconnect/chip-module/Kconfig:67

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:32

Menu path: (Top) → Modules → connectedhomeip (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/connectedhomeip) → Connected Home over IP protocol stack

config CHIP_DISABLE_CHIPOBLE_ADVERTISING_WHEN_PROVISIONED
    bool "Disable CHIPoBLE advertising when device is fully provisioned"
    default y
    depends on CHIP
    help
      Disable CHIPoBLE advertising when the device achieves a fully provisioned state.

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