CONFIG_BT_PERIPHERAL

Peripheral Role support

Type: bool

Help

Select this for LE Peripheral 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:51

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

Menu path: (top menu) → Bluetooth

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

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