test: bluezenv: check multiple backend-native profiles can be registered

This commit is contained in:
Pauli Virtanen 2026-06-25 17:33:47 +03:00
parent 7dc35030dc
commit 422765c91d

View file

@ -511,8 +511,13 @@ hfp_hf_host = [
hfp_ag_host = [
Bluetoothctl(),
PipeWire(
roles="hfp_ag",
uuids=("0000111f-0000-1000-8000-00805f9b34fb",),
roles="hfp_ag hfp_hf hsp_ag hsp_hs",
uuids=(
"0000111f-0000-1000-8000-00805f9b34fb",
"0000111e-0000-1000-8000-00805f9b34fb",
"00001108-0000-1000-8000-00805f9b34fb",
"00001112-0000-1000-8000-00805f9b34fb",
),
),
]