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