:orphan: .. title:: BT_CENTRAL .. option:: CONFIG_BT_CENTRAL *Central Role support* Type: ``bool`` Help ==== Select this for LE Central 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_OBSERVER ` - \ :option:`BT_CONN ` Symbols that select this symbol =============================== - \ :option:`BT_BREDR ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/96b_carbon/Kconfig.defconfig:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config BT_CENTRAL bool default \ :option:`BT ` depends on \ :option:`NETWORKING ` && \ :option:`BOARD_96B_CARBON ` ---- At ``subsys/bluetooth/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_CENTRAL bool "Central Role support" default y if \ :option:`BT_HCI_RAW ` select \ :option:`BT_OBSERVER ` select \ :option:`BT_CONN ` depends on \ :option:`BT_HCI ` && \ :option:`BT ` help Select this for LE Central role support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*