summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-05 14:48:37 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-08-05 15:50:56 -0700
commitbbbd0512c92d5b9a629a41b6e1afaef94f63a8b4 (patch)
treeefb07d7cc6b6603a1d464bf17c7ffdceaa4cea0f /tools
parentf07b88abfb89dbd951d65b782076383768bbc8be (diff)
downloadbluez-bbbd0512c92d5b9a629a41b6e1afaef94f63a8b4.tar.gz
bthost: Add qos support to bthost_set_cig_params
This enables setting QoS other then the mandatory 16_2_1.
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);
}
}