* [PATCH BlueZ] media: add Retransmissions in SelectProperties QoS
@ 2023-11-14 20:11 Pauli Virtanen
2023-11-14 21:23 ` [BlueZ] " bluez.test.bot
2023-11-15 0:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Pauli Virtanen @ 2023-11-14 20:11 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Pauli Virtanen
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [BlueZ] media: add Retransmissions in SelectProperties QoS
2023-11-14 20:11 [PATCH BlueZ] media: add Retransmissions in SelectProperties QoS Pauli Virtanen
@ 2023-11-14 21:23 ` bluez.test.bot
2023-11-15 0:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2023-11-14 21:23 UTC (permalink / raw)
To: linux-bluetooth, pav
[-- Attachment #1: Type: text/plain, Size: 945 bytes --]
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=801152
---Test result---
Test Summary:
CheckPatch PASS 0.44 seconds
GitLint PASS 0.38 seconds
BuildEll PASS 24.09 seconds
BluezMake PASS 554.10 seconds
MakeCheck PASS 10.29 seconds
MakeDistcheck PASS 150.48 seconds
CheckValgrind PASS 210.30 seconds
CheckSmatch PASS 312.82 seconds
bluezmakeextell PASS 96.32 seconds
IncrementalBuild PASS 508.80 seconds
ScanBuild PASS 897.31 seconds
---
Regards,
Linux Bluetooth
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH BlueZ] media: add Retransmissions in SelectProperties QoS
2023-11-14 20:11 [PATCH BlueZ] media: add Retransmissions in SelectProperties QoS Pauli Virtanen
2023-11-14 21:23 ` [BlueZ] " bluez.test.bot
@ 2023-11-15 0:30 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2023-11-15 0:30 UTC (permalink / raw)
To: Pauli Virtanen; +Cc: linux-bluetooth
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Tue, 14 Nov 2023 22:11:52 +0200 you wrote:
> 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(+)
Here is the summary with links:
- [BlueZ] media: add Retransmissions in SelectProperties QoS
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=14dd4a75ceb2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-15 0:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 20:11 [PATCH BlueZ] media: add Retransmissions in SelectProperties QoS Pauli Virtanen
2023-11-14 21:23 ` [BlueZ] " bluez.test.bot
2023-11-15 0:30 ` [PATCH BlueZ] " patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox