Message ID | 20250227182832.3228513-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5f901b5377165fb1d9a9fa57cbea74a76931bfce |
Headers | show |
Series | [BlueZ,v1] oeg.bluez.Adapter: Fix DuplicateData default value | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
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/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=938643 ---Test result--- Test Summary: CheckPatch PENDING 0.27 seconds GitLint PENDING 0.32 seconds BuildEll PASS 20.35 seconds BluezMake PASS 1528.97 seconds MakeCheck PASS 12.66 seconds MakeDistcheck PASS 159.80 seconds CheckValgrind PASS 215.40 seconds CheckSmatch PASS 284.30 seconds bluezmakeextell PASS 98.10 seconds IncrementalBuild PENDING 0.37 seconds ScanBuild PASS 865.71 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 27 Feb 2025 13:28:32 -0500 you wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> > > The default is false not true. > > Fixes: https://github.com/bluez/bluez/issues/1113 > --- > doc/org.bluez.Adapter.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [BlueZ,v1] oeg.bluez.Adapter: Fix DuplicateData default value https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5f901b537716 You are awesome, thank you!
diff --git a/doc/org.bluez.Adapter.rst b/doc/org.bluez.Adapter.rst index 3f5fdc8fe994..021e4f8e5a9f 100644 --- a/doc/org.bluez.Adapter.rst +++ b/doc/org.bluez.Adapter.rst @@ -125,7 +125,7 @@ void SetDiscoveryFilter(dict filter) LE scan only. - :bool DuplicateData (Default true): + :bool DuplicateData (Default false): Disables duplicate detection of advertisement data.
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> The default is false not true. Fixes: https://github.com/bluez/bluez/issues/1113 --- doc/org.bluez.Adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)