:orphan: .. title:: CONFIG_BT_AUDIO_UNICAST_CLIENT_ASE_SRC_COUNT .. kconfig:: CONFIG_BT_AUDIO_UNICAST_CLIENT_ASE_SRC_COUNT CONFIG_BT_AUDIO_UNICAST_CLIENT_ASE_SRC_COUNT ############################################ *Basic Audio Profile ASE Source count* Type: ``int`` Help ==== .. code-block:: none This option enables caching a number of Audio Stream Endpoint Source instances for Basic Audio Profile on a per connection basis. Direct dependencies =================== \ :kconfig:`BT_AUDIO_UNICAST_CLIENT ` && \ :kconfig:`BT_AUDIO_UNICAST ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.baps:112`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] .. code-block:: kconfig config BT_AUDIO_UNICAST_CLIENT_ASE_SRC_COUNT int "Basic Audio Profile ASE Source count" range 0 2 default 1 depends on BT_AUDIO_UNICAST_CLIENT && BT_AUDIO_UNICAST && BT_AUDIO && BT help This option enables caching a number of Audio Stream Endpoint Source instances for Basic Audio Profile on a per connection basis. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*