Merge branch 'disable_default_registration_BAP_broadcast_sink_and_BAP_broadcast_source' into 'master'

Draft: bluez: disable by default the registration of the BAP broadcast sink and BAP broadcast source

See merge request pipewire/pipewire!1977
This commit is contained in:
silviubarbulescu 2025-10-17 14:14:05 +00:00
commit ae34cf637f

View file

@ -6630,6 +6630,10 @@ static int parse_roles(struct spa_bt_monitor *monitor, const struct spa_dict *in
}
profiles &= res;
} else {
/* Default disable BAP_BROADCAST_SINK and BAP_BROADCAST_SOURCE */
profiles &= (SPA_BT_PROFILE_A2DP_SINK | SPA_BT_PROFILE_BAP_SINK |
SPA_BT_PROFILE_A2DP_SOURCE | SPA_BT_PROFILE_BAP_SOURCE);
}
res = 0;