CONFIG_BT_CENTRAL

Central Role support

Type: bool

Help

Select this for LE Central role support.

Direct dependencies

BT_HCI && BT

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/bluetooth/Kconfig:59

Included via Kconfig:10Kconfig.zephyr:35subsys/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.)