:orphan: .. title:: BT_MAX_CONN .. option:: CONFIG_BT_MAX_CONN *Maximum number of simultaneous connections* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous Bluetooth connections supported. Direct dependencies =================== \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/Kconfig:180`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*