CONFIG_BT_PACS_SNK_CONTEXT

Supported Sink Contexts

Type: hex

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

Direct dependencies

BT_PAC_SNK && BT_PACS && BT_AUDIO && BT

(Includes any dependencies from ifs and menus.)

Default

  • 0x03ff

Kconfig definition

At <Subsystem>/bluetooth/audio/Kconfig.pacs:60

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:200<Subsystem>/bluetooth/audio/Kconfig:28<Subsystem>/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

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.)