From bbbd0512c92d5b9a629a41b6e1afaef94f63a8b4 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 5 Aug 2022 14:48:37 -0700 Subject: bthost: Add qos support to bthost_set_cig_params This enables setting QoS other then the mandatory 16_2_1. --- tools/iso-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/iso-tester.c b/tools/iso-tester.c index 56c17b78b..44bed6c42 100644 --- a/tools/iso-tester.c +++ b/tools/iso-tester.c @@ -1450,7 +1450,7 @@ static void setup_listen(struct test_data *data, uint8_t num, GIOFunc func) client = hciemu_get_client(data->hciemu, 0); host = hciemu_client_host(client); - bthost_set_cig_params(host, 0x01, 0x01); + bthost_set_cig_params(host, 0x01, 0x01, &isodata->qos); bthost_create_cis(host, 257, data->acl_handle); } } -- cgit v1.2.1