CONFIG_BT_PACS_SRC_CONTEXT
Supported Source Contexts
Type: hex
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
Direct dependencies
BT_PAC_SRC
&& BT_PACS
&& BT_AUDIO
&& BT
(Includes any dependencies from ifs and menus.)
Default
0x03ff
Kconfig definition
At <Subsystem>/bluetooth/audio/Kconfig.pacs:126
Included via Kconfig:8
→ Kconfig.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 → Source PAC Characteristic Support
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.)