mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
test: bluezenv: check multiple backend-native profiles can be registered
This commit is contained in:
parent
7dc35030dc
commit
422765c91d
1 changed files with 7 additions and 2 deletions
|
|
@ -511,8 +511,13 @@ hfp_hf_host = [
|
||||||
hfp_ag_host = [
|
hfp_ag_host = [
|
||||||
Bluetoothctl(),
|
Bluetoothctl(),
|
||||||
PipeWire(
|
PipeWire(
|
||||||
roles="hfp_ag",
|
roles="hfp_ag hfp_hf hsp_ag hsp_hs",
|
||||||
uuids=("0000111f-0000-1000-8000-00805f9b34fb",),
|
uuids=(
|
||||||
|
"0000111f-0000-1000-8000-00805f9b34fb",
|
||||||
|
"0000111e-0000-1000-8000-00805f9b34fb",
|
||||||
|
"00001108-0000-1000-8000-00805f9b34fb",
|
||||||
|
"00001112-0000-1000-8000-00805f9b34fb",
|
||||||
|
),
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue