summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/iso-tester.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}