pipewire-pulse: Expose bluetooth headset autoswitch config as a message

Makes it easier for libpulse-based clients to modify this setting if
they want.
This commit is contained in:
Arun Raghavan 2026-01-26 14:44:30 -08:00
parent 703380d62d
commit ed59342d28
4 changed files with 69 additions and 8 deletions

View file

@ -324,5 +324,6 @@ static inline uint32_t port_type_value(const char *port_type)
#define METADATA_TARGET_NODE "target.node"
#define METADATA_TARGET_OBJECT "target.object"
#define METADATA_FEATURES_AUDIO_MONO "node.features.audio.mono"
#define METADATA_BLUETOOTH_HEADSET_AUTOSWITCH "bluetooth.autoswitch-to-headset-profile"
#endif /* PULSE_SERVER_DEFS_H */