CONFIG_BT_ALEXA_GADGETS_PROFILE

Enable Alexa Gadgets profile

Type: bool

Help

Enable Alexa Gadgets profile.

Direct dependencies

BT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/bluetooth/services/alexa_gadgets/Kconfig.gadgets:21

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:10<nRF>/subsys/bluetooth/Kconfig:32<nRF>/subsys/bluetooth/services/Kconfig:32

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Bluetooth Services

menuconfig BT_ALEXA_GADGETS_PROFILE
    bool "Enable Alexa Gadgets profile"
    select BT_ALEXA_GADGETS
    select BT_SMP
    select HWINFO if !ARCH_HAS_TRUSTED_EXECUTION || (ARCH_HAS_TRUSTED_EXECUTION && !TRUSTED_EXECUTION_NONSECURE)
    select SPM_SERVICE_READ if TRUSTED_EXECUTION_NONSECURE
    select TINYCRYPT_SHA256
    depends on BT
    help
      Enable Alexa Gadgets profile.

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