-
CONFIG_BT_PERIPHERAL
¶
Peripheral Role support
Type: bool
Help¶
Select this for LE Peripheral role support.
Defaults¶
- “y” if
BT_HCI_RAW
&&BT_HCI
&&BT
Symbols that select this symbol¶
Kconfig definition¶
At subsys/bluetooth/Kconfig:51
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:8
Menu path: (top menu) → Bluetooth
config BT_PERIPHERAL bool prompt "Peripheral Role support" ifBT_HCI
&&BT
default "y" ifBT_HCI_RAW
&&BT_HCI
&&BT
selectBT_BROADCASTER
ifBT_HCI
&&BT
selectBT_CONN
ifBT_HCI
&&BT
depends onBT_HCI
&&BT
help Select this for LE Peripheral role support.
(Definitions include propagated dependencies, including from if’s and menus.)