:orphan: .. title:: BT_MAX_CONN .. option:: CONFIG_BT_MAX_CONN *Maximum number of simultaneous connections* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:180`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_MAX_CONN int "Maximum number of simultaneous connections" range 1 64 default 1 depends on \ :option:`BT_CONN ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum number of simultaneous Bluetooth connections supported. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*