The latest development version of this page may be more current than this released 1.14.0 version.
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

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definitions

At boards/arm/96b_carbon/Kconfig.defconfig:73

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config BT_CENTRAL
    bool
    default BT if NETWORKING && BOARD_96B_CARBON
    depends on NETWORKING && BOARD_96B_CARBON

At subsys/bluetooth/Kconfig:63

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8

Menu path: (top menu) → Bluetooth

config BT_CENTRAL
    bool
    prompt "Central Role support" if BT_HCI && BT
    default "y" if BT_HCI_RAW && BT_HCI && BT
    select BT_OBSERVER if BT_HCI && BT
    select BT_CONN if BT_HCI && BT
    depends on BT_HCI && BT
    help
      Select this for LE Central role support.

(Definitions include propagated dependencies, including from if’s and menus.)