[PATCH BlueZ 6/8] tools/btiotest: Use unicast QoS structure for ISO io

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Convert the generic bt_iso_qos structure into the dedicated unicast
structure for ISO QoS options.

---
 tools/btiotest.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tools/btiotest.c b/tools/btiotest.c
index 193e1395b..dd2c132ca 100644
--- a/tools/btiotest.c
+++ b/tools/btiotest.c
@@ -5,6 +5,7 @@
  *
  *  Copyright (C) 2009-2010  Marcel Holtmann <marcel@xxxxxxxxxxxx>
  *  Copyright (C) 2009-2010  Nokia Corporation
+ *  Copyright 2023 NXP
  *
  *
  */
@@ -38,7 +39,7 @@ static int opt_update_sec = 0;
 	.rtn = 2, \
 }
 
-struct bt_iso_qos qos = {
+struct bt_iso_unicast_qos qos = {
 	.cig = BT_ISO_QOS_CIG_UNSET,
 	.cis = BT_ISO_QOS_CIG_UNSET,
 	.sca = 0x07,
@@ -55,7 +56,7 @@ struct io_data {
 	int disconn;
 	int accept;
 	int voice;
-	struct bt_iso_qos *qos;
+	struct bt_iso_unicast_qos *qos;
 };
 
 static void io_data_unref(struct io_data *data)
-- 
2.34.1




[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux