I just ran static analyser "cppcheck" over the source code of pulseaudio-4.0-266-gf81e3. It said many things, including [modules/bluetooth/module-bluetooth-policy.c:150] -> [modules/bluetooth/module-bluetooth-policy.c:150]: (style) Same expression on both sides of '>'. Source code is if (result == NULL || (profile->available == PA_AVAILABLE_YES && result->available == PA_AVAILABLE_UNKNOWN) || (profile->available == result->available && profile->priority > profile->priority)) Suggest code rework.
Thanks for reporting! This is now fixed: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=643eb5bae2c58246657cdfebe19002da2cee292e
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.