:orphan: .. title:: BT_MAX_SCO_CONN .. option:: CONFIG_BT_MAX_SCO_CONN *Maximum number of simultaneous SCO connections* Type: ``int`` Help ==== Maximum number of simultaneous Bluetooth synchronous connections supported. The minimum (and default) number is 1. Direct dependencies =================== \ :option:`BT_BREDR ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/host/Kconfig:781`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:239`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth BR/EDR support [EXPERIMENTAL] .. parsed-literal:: config BT_MAX_SCO_CONN int "Maximum number of simultaneous SCO connections" range 1 3 default 1 depends on \ :option:`BT_BREDR ` && \ :option:`BT_HCI ` && \ :option:`BT ` help Maximum number of simultaneous Bluetooth synchronous connections supported. The minimum (and default) number is 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*