:orphan: .. title:: CONFIG_BT_PACS_SRC_CONTEXT .. kconfig:: CONFIG_BT_PACS_SRC_CONTEXT CONFIG_BT_PACS_SRC_CONTEXT ########################## *Supported Source Contexts* Type: ``hex`` Help ==== .. code-block:: none The Supported Source Contexts exposes the server’s support for transmission 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_SRC ` && \ :kconfig:`BT_PACS ` && \ :kconfig:`BT_AUDIO ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x03ff Kconfig definition ================== At ``/bluetooth/audio/Kconfig.pacs:126`` 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 → Source PAC Characteristic Support .. code-block:: kconfig config BT_PACS_SRC_CONTEXT hex "Supported Source Contexts" range 0x0000 0x03ff default 0x03ff depends on BT_PAC_SRC && BT_PACS && BT_AUDIO && BT help The Supported Source Contexts exposes the server’s support for transmission 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.)*