:orphan: .. title:: CONFIG_BT_MAX_CONN .. kconfig:: CONFIG_BT_MAX_CONN CONFIG_BT_MAX_CONN ################## *Maximum number of simultaneous connections* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous Bluetooth connections supported. Direct dependencies =================== \ :kconfig:`BT_CONN ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_MAX_CONN int "Maximum number of simultaneous connections" range 1 64 default 1 depends on BT_CONN && BT_HCI && BT help Maximum number of simultaneous Bluetooth connections supported. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*