2021-01-13 04:10:54

by Yun-hao Chung

[permalink] [raw]
Subject: [Bluez PATCH] core: Align parameters name of ScanAdvMonitoring

ScanAdvMonitor parameters are defined as '-AdvMonitoring' in main.c
le_options, while they are referred to '-AdvMonitor' in other places.
This replaces '-AdvMonitoring' with '-AdvMonitor'

Reviewed-by: Archie Pusaka <[email protected]>
---

src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index b66e2b8cb061..8fbfb29000b0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -106,8 +106,8 @@ static const char *le_options[] = {
"ScanWindowSuspend",
"ScanIntervalDiscovery",
"ScanWindowDiscovery",
- "ScanIntervalAdvMonitoring",
- "ScanWindowAdvMonitoring",
+ "ScanIntervalAdvMonitor",
+ "ScanWindowAdvMonitor",
"ScanIntervalConnect",
"ScanWindowConnect",
"MinConnectionInterval",
--
2.30.0.284.gd98b1dd5eaa7-goog


2021-01-13 04:28:42

by bluez.test.bot

[permalink] [raw]
Subject: RE: [Bluez] core: Align parameters name of ScanAdvMonitoring

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=413561

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth