-
CONFIG_BT_CENTRAL
¶
Central Role support
Type: bool
Help¶
Select this for LE Central role support.
Direct dependencies¶
(NETWORKING
&& BOARD_96B_CARBON
) || (BT_HCI
&& BT
)
(Includes any dependencies from if’s and menus.)
Defaults¶
BT
ifNETWORKING
&&BOARD_96B_CARBON
- “y” if
BT_HCI_RAW
&&BT_HCI
&&BT
Kconfig definitions¶
At boards/arm/96b_carbon/Kconfig.defconfig:73
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config BT_CENTRAL bool defaultBT
ifNETWORKING
&&BOARD_96B_CARBON
depends onNETWORKING
&&BOARD_96B_CARBON
At subsys/bluetooth/Kconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
Menu path: (top menu) → Bluetooth
config BT_CENTRAL bool prompt "Central Role support" ifBT_HCI
&&BT
default "y" ifBT_HCI_RAW
&&BT_HCI
&&BT
selectBT_OBSERVER
ifBT_HCI
&&BT
selectBT_CONN
ifBT_HCI
&&BT
depends onBT_HCI
&&BT
help Select this for LE Central role support.
(Definitions include propagated dependencies, including from if’s and menus.)