:orphan: .. title:: CONFIG_BT_PACS_SNK_CONTEXT .. kconfig:: CONFIG_BT_PACS_SNK_CONTEXT CONFIG_BT_PACS_SNK_CONTEXT ########################## *Supported Sink Contexts* Type: ``hex`` Help ==== .. code-block:: none The Supported Sink Contexts exposes the server’s support for reception of audio data associated with specific Context Types: 0x0001: Unspecified 0x0002: Conversational 0x0004: Media 0x0008: Instructional 0x0010: AttentionSeeking 0x0020: ImmediateAlert 0x0040: ManMachine 0x0080: EmergencyAlert 0x0100: Ringtone 0x0200: TV Direct dependencies =================== \ :kconfig:`BT_PAC_SNK ` && \ :kconfig:`BT_PACS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x03ff Kconfig definition ================== At ``/bluetooth/audio/Kconfig.pacs:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:200`` → ``/bluetooth/audio/Kconfig:28`` → ``/bluetooth/audio/Kconfig.baps:264`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Audio support [EXPERIMENTAL] → Published Audio Capabilities Service Support → Sink PAC Characteristic Support .. code-block:: kconfig config BT_PACS_SNK_CONTEXT hex "Supported Sink Contexts" range 0x0000 0x03ff default 0x03ff depends on BT_PAC_SNK && BT_PACS && BT_AUDIO && BT help The Supported Sink Contexts exposes the server’s support for reception of audio data associated with specific Context Types: 0x0001: Unspecified 0x0002: Conversational 0x0004: Media 0x0008: Instructional 0x0010: AttentionSeeking 0x0020: ImmediateAlert 0x0040: ManMachine 0x0080: EmergencyAlert 0x0100: Ringtone 0x0200: TV *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*