Message ID | 20230310214001.3891437-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | a0847e005d33e40e8032207fd894f8422a943d91 |
Headers | show |
Series | [v2,1/2] iso-tester: Update High Reliability presets | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=728899 ---Test result--- Test Summary: CheckPatch PASS 0.81 seconds GitLint PASS 0.55 seconds BuildEll PASS 26.66 seconds BluezMake PASS 776.84 seconds MakeCheck PASS 10.77 seconds MakeDistcheck PASS 151.48 seconds CheckValgrind PASS 242.28 seconds CheckSmatch PASS 322.44 seconds bluezmakeextell PASS 96.77 seconds IncrementalBuild PASS 1246.78 seconds ScanBuild PASS 988.68 seconds --- Regards, Linux Bluetooth
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 10 Mar 2023 13:40:00 -0800 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > This updates High Reliability presets as published in BAP 1.0.1: > > https://www.bluetooth.com/specifications/bap-1-0-1/ > --- > tools/iso-tester.c | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-) Here is the summary with links: - [v2,1/2] iso-tester: Update High Reliability presets https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a0847e005d33 - [v2,2/2] client/player: Update High Reliability presets https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=31ab084f072c You are awesome, thank you!
diff --git a/tools/iso-tester.c b/tools/iso-tester.c index 7bcb1b3ca463..e4582573ac88 100644 --- a/tools/iso-tester.c +++ b/tools/iso-tester.c @@ -102,22 +102,22 @@ #define QOS_48_5_1 QOS_OUT(7500, 15, 117, 0x02, 5) #define QOS_48_6_1 QOS_OUT(10000, 20, 155, 0x02, 5) /* QoS Configuration settings for high reliability audio data */ -#define QOS_8_1_2 QOS(7500, 45, 26, 0x02, 41) -#define QOS_8_2_2 QOS(10000, 60, 30, 0x02, 53) -#define QOS_16_1_2 QOS(7500, 45, 30, 0x02, 41) -#define QOS_16_2_2 QOS(10000, 60, 40, 0x02, 47) -#define QOS_24_1_2 QOS(7500, 45, 45, 0x02, 35) -#define QOS_24_2_2 QOS(10000, 60, 60, 0x02, 41) -#define QOS_32_1_2 QOS(7500, 45, 60, 0x02, 29) -#define QOS_32_2_2 QOS(10000, 60, 80, 0x02, 35) -#define QOS_44_1_2 QOS_OUT(8163, 54, 98, 0x02, 23) -#define QOS_44_2_2 QOS_OUT(10884, 71, 130, 0x02, 23) -#define QOS_48_1_2 QOS_OUT(7500, 45, 75, 0x02, 23) -#define QOS_48_2_2 QOS_OUT(10000, 60, 100, 0x02, 23) -#define QOS_48_3_2 QOS_OUT(7500, 45, 90, 0x02, 23) -#define QOS_48_4_2 QOS_OUT(10000, 60, 120, 0x02, 23) -#define QOS_48_5_2 QOS_OUT(7500, 45, 117, 0x02, 23) -#define QOS_48_6_2 QOS_OUT(10000, 60, 155, 0x02, 23) +#define QOS_8_1_2 QOS(7500, 75, 26, 0x02, 13) +#define QOS_8_2_2 QOS(10000, 95, 30, 0x02, 13) +#define QOS_16_1_2 QOS(7500, 75, 30, 0x02, 13) +#define QOS_16_2_2 QOS(10000, 95, 40, 0x02, 13) +#define QOS_24_1_2 QOS(7500, 75, 45, 0x02, 13) +#define QOS_24_2_2 QOS(10000, 95, 60, 0x02, 13) +#define QOS_32_1_2 QOS(7500, 65, 60, 0x02, 13) +#define QOS_32_2_2 QOS(10000, 95, 80, 0x02, 13) +#define QOS_44_1_2 QOS_OUT(8163, 80, 98, 0x02, 13) +#define QOS_44_2_2 QOS_OUT(10884, 85, 130, 0x02, 13) +#define QOS_48_1_2 QOS_OUT(7500, 75, 75, 0x02, 13) +#define QOS_48_2_2 QOS_OUT(10000, 95, 100, 0x02, 13) +#define QOS_48_3_2 QOS_OUT(7500, 75, 90, 0x02, 13) +#define QOS_48_4_2 QOS_OUT(10000, 100, 120, 0x02, 13) +#define QOS_48_5_2 QOS_OUT(7500, 75, 117, 0x02, 13) +#define QOS_48_6_2 QOS_OUT(10000, 100, 155, 0x02, 13) #define QOS_OUT_16_2_1 QOS_OUT(10000, 10, 40, 0x02, 2) #define QOS_OUT_1_16_2_1 QOS_OUT_1(10000, 10, 40, 0x02, 2)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This updates High Reliability presets as published in BAP 1.0.1: https://www.bluetooth.com/specifications/bap-1-0-1/ --- tools/iso-tester.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-)