* [PATCH] main: Fix wrong option name in LE options array
@ 2025-11-28 1:58 Hermes Zhang
2025-11-28 3:35 ` bluez.test.bot
2025-12-02 14:30 ` [PATCH] " patchwork-bot+bluetooth
0 siblings, 2 replies; 3+ messages in thread
From: Hermes Zhang @ 2025-11-28 1:58 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Hermes Zhang
From: Hermes Zhang <chenhuiz@axis.com>
Correct the name of "AdvMonitoring" to "AdvMonitor" for consistency
with Bluetooth Low Energy (LE) terminology in the le_options array.
- ScanIntervalAdvMonitoring -> ScanIntervalAdvMonitor
- ScanWindowAdvMonitoring -> ScanWindowAdvMonitor
This will remove the confuse warning message:
bluetoothd[973]: ... /main.c:check_options() Unknown key ScanIntervalAdvMonitor for group LE in /etc/bluetooth/main.conf
bluetoothd[973]: ... /main.c:check_options() Unknown key ScanWindowAdvMonitor for group LE in /etc/bluetooth/main.conf
---
src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main.c b/src/main.c
index 1c7390e63..558bf2888 100644
--- a/src/main.c
+++ b/src/main.c
@@ -120,8 +120,8 @@ static const char *le_options[] = {
"ScanWindowSuspend",
"ScanIntervalDiscovery",
"ScanWindowDiscovery",
- "ScanIntervalAdvMonitoring",
- "ScanWindowAdvMonitoring",
+ "ScanIntervalAdvMonitor",
+ "ScanWindowAdvMonitor",
"ScanIntervalConnect",
"ScanWindowConnect",
"MinConnectionInterval",
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: main: Fix wrong option name in LE options array
2025-11-28 1:58 [PATCH] main: Fix wrong option name in LE options array Hermes Zhang
@ 2025-11-28 3:35 ` bluez.test.bot
2025-12-02 14:30 ` [PATCH] " patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2025-11-28 3:35 UTC (permalink / raw)
To: linux-bluetooth, Hermes.Zhang
[-- Attachment #1: Type: text/plain, Size: 1261 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=1028487
---Test result---
Test Summary:
CheckPatch PENDING 0.30 seconds
GitLint PENDING 0.34 seconds
BuildEll PASS 19.96 seconds
BluezMake PASS 632.46 seconds
MakeCheck PASS 21.49 seconds
MakeDistcheck PASS 237.64 seconds
CheckValgrind PASS 294.93 seconds
CheckSmatch PASS 342.92 seconds
bluezmakeextell PASS 178.57 seconds
IncrementalBuild PENDING 0.27 seconds
ScanBuild PASS 963.33 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] main: Fix wrong option name in LE options array
2025-11-28 1:58 [PATCH] main: Fix wrong option name in LE options array Hermes Zhang
2025-11-28 3:35 ` bluez.test.bot
@ 2025-12-02 14:30 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+bluetooth @ 2025-12-02 14:30 UTC (permalink / raw)
To: Hermes Zhang; +Cc: linux-bluetooth, chenhuiz
Hello:
This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Fri, 28 Nov 2025 09:58:18 +0800 you wrote:
> From: Hermes Zhang <chenhuiz@axis.com>
>
> Correct the name of "AdvMonitoring" to "AdvMonitor" for consistency
> with Bluetooth Low Energy (LE) terminology in the le_options array.
>
> - ScanIntervalAdvMonitoring -> ScanIntervalAdvMonitor
> - ScanWindowAdvMonitoring -> ScanWindowAdvMonitor
>
> [...]
Here is the summary with links:
- main: Fix wrong option name in LE options array
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e898a615cf52
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:[~2025-12-02 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 1:58 [PATCH] main: Fix wrong option name in LE options array Hermes Zhang
2025-11-28 3:35 ` bluez.test.bot
2025-12-02 14:30 ` [PATCH] " 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