-
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_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
Kconfig definitions¶
At boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:24
Menu path: (Top)
config BT_BLUENRG_ACI bool default y depends onBT
&&SHIELD_X_NUCLEO_IDB05A1
At boards/arm/disco_l475_iot1/Kconfig.defconfig:96
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config BT_BLUENRG_ACI bool default y depends onBT
&&BOARD_DISCO_L475_IOT1
At boards/shields/x_nucleo_idb05a1/Kconfig.defconfig:18
Included via Kconfig:8
→ Kconfig.zephyr:26
Menu path: (Top)
config BT_BLUENRG_ACI bool default y depends onBT
&&SHIELD_X_NUCLEO_IDB05A1
At drivers/bluetooth/hci/Kconfig:88
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:8
→ 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 onBT_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.)