CONFIG_BT_BLUENRG_ACI

Enable ACI message with with BlueNRG-based devices

Type: bool

Help

Enable support for devices compatible with the BlueNRG Bluetooth Stack. Current driver supports: ST BLUENRG-MS.

Direct dependencies

(BT && SHIELD_X_NUCLEO_IDB05A1) || (BT && BOARD_B_L4S5I_IOT01A) || (BT && BOARD_DISCO_L475_IOT1) || (BT && SHIELD_X_NUCLEO_IDB05A1) || (BT_SPI && BT_HCI && BT && !BT_CTLR)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<BuildDir>/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config BT_BLUENRG_ACI
    bool
    default y
    depends on BT && SHIELD_X_NUCLEO_IDB05A1

At <Zephyr>/boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:40

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config BT_BLUENRG_ACI
    bool
    default y
    depends on BT && BOARD_B_L4S5I_IOT01A

At <Zephyr>/boards/arm/disco_l475_iot1/Kconfig.defconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config BT_BLUENRG_ACI
    bool
    default y
    depends on BT && BOARD_DISCO_L475_IOT1

At <Zephyr>/boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config BT_BLUENRG_ACI
    bool
    default y
    depends on BT && SHIELD_X_NUCLEO_IDB05A1

At <Zephyr>/drivers/bluetooth/hci/Kconfig:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:8<Zephyr>/drivers/bluetooth/Kconfig:16

Menu path: (Top) → Device Drivers → Bluetooth Drivers

config BT_BLUENRG_ACI
    bool "Enable ACI message with with BlueNRG-based devices"
    depends on BT_SPI && BT_HCI && BT && !BT_CTLR
    help
      Enable support for devices compatible with the BlueNRG Bluetooth
      Stack. Current driver supports: ST BLUENRG-MS.

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