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