:orphan: .. title:: BT_PERIPHERAL .. option:: CONFIG_BT_PERIPHERAL *Peripheral Role support* Type: ``bool`` Help ==== Select this for LE Peripheral role support. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_96B_CARBON `) || (\ :option:`BT_HCI ` && \ :option:`BT `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`BT ` - y if \ :option:`BT_HCI_RAW ` Symbols selected by this symbol =============================== - \ :option:`BT_BROADCASTER ` - \ :option:`BT_CONN ` Symbols that select this symbol =============================== - \ :option:`BT_BREDR ` - \ :option:`MCUMGR_SMP_BT ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/96b_carbon/Kconfig.defconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_PERIPHERAL bool default \ :option:`BT ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_96B_CARBON ` ---- At ``subsys/bluetooth/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_PERIPHERAL bool "Peripheral Role support" default y if \ :option:`BT_HCI_RAW ` select \ :option:`BT_BROADCASTER ` select \ :option:`BT_CONN ` depends on \ :option:`BT_HCI ` && \ :option:`BT ` help Select this for LE Peripheral role support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*