:orphan: .. title:: CONFIG_BT_ASCS_ASE_SNK_COUNT .. kconfig:: CONFIG_BT_ASCS_ASE_SNK_COUNT CONFIG_BT_ASCS_ASE_SNK_COUNT ############################ *Number of Audio Stream Endpoint Sink Characteristics* Type: ``int`` Help ==== .. code-block:: none An ASE Sink characteristic represents the state of an ASE, which is coupled to a single direction of a unicast Audio Stream. Direct dependencies =================== \ :kconfig:`BT_ASCS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/bluetooth/audio/Kconfig.ascs:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` → ``/bluetooth/audio/Kconfig.baps:265`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Published Audio Capabilities Service Support → Audio Stream Control Service Support .. code-block:: kconfig config BT_ASCS_ASE_SNK_COUNT int "Number of Audio Stream Endpoint Sink Characteristics" range 0 2 default 2 depends on BT_ASCS && BT_AUDIO && BT help An ASE Sink characteristic represents the state of an ASE, which is coupled to a single direction of a unicast Audio Stream. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*