pipewire-pulse: Expose profile preference setting as a message

Makes it easier for libpulse-based clients to modify this setting if they want.
This commit is contained in:
Julian Bouzas 2026-06-22 15:29:15 -04:00
parent d8f5ed0c13
commit 187187e41f
5 changed files with 72 additions and 1 deletions

View file

@ -330,5 +330,6 @@ static inline uint32_t port_type_value(const char *port_type)
#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"
#define METADATA_BLUETOOTH_PROFILE_PREFERENCE "bluetooth.profile-preference"
#endif /* PULSE_SERVER_DEFS_H */