[PATCH BlueZ] media: add Retransmissions in SelectProperties QoS

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

 



The server preferred RTN is part of the server supported/preferred QoS
values, and should be passed on to SelectProperties.
---
 profiles/audio/media.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index 4d9a6aa03..62f53defa 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -995,6 +995,9 @@ static int pac_select(struct bt_bap_pac *lpac, struct bt_bap_pac *rpac,
 		g_dbus_dict_append_entry(&qos_dict, "PHY", DBUS_TYPE_BYTE,
 							&qos->phy);
 
+		g_dbus_dict_append_entry(&qos_dict, "Retransmissions",
+					DBUS_TYPE_BYTE, &qos->rtn);
+
 		g_dbus_dict_append_entry(&qos_dict, "MaximumLatency",
 					DBUS_TYPE_UINT16, &qos->latency);
 
-- 
2.41.0





[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