From 422765c91d5c99a75785c819514348ae7e8a33ec Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Thu, 25 Jun 2026 17:33:47 +0300 Subject: [PATCH] test: bluezenv: check multiple backend-native profiles can be registered --- test/bluezenv/test_streaming.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/bluezenv/test_streaming.py b/test/bluezenv/test_streaming.py index 4e51e05d4..433e82bc7 100644 --- a/test/bluezenv/test_streaming.py +++ b/test/bluezenv/test_streaming.py @@ -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", + ), ), ]