:orphan: .. title:: CONFIG_BT_MAX_SCO_CONN .. kconfig:: CONFIG_BT_MAX_SCO_CONN CONFIG_BT_MAX_SCO_CONN ###################### *Maximum number of simultaneous SCO connections* Type: ``int`` Help ==== .. code-block:: none Maximum number of simultaneous Bluetooth synchronous connections supported. The minimum (and default) number is 1. Direct dependencies =================== \ :kconfig:`BT_BREDR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/host/Kconfig:759`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:174`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth BR/EDR support [EXPERIMENTAL] .. code-block:: kconfig config BT_MAX_SCO_CONN int "Maximum number of simultaneous SCO connections" range 1 3 default 1 depends on BT_BREDR && BT_HCI && 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.)*