mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
commit
ae34cf637f
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue