diff mbox series

[Bluez] core: Align parameters name of ScanAdvMonitoring

Message ID 20210113115556.Bluez.1.Ib657f37256b0e7adf3915ac5341c9d20db2fd2ef@changeid (mailing list archive)
State New, archived
Headers show
Series [Bluez] core: Align parameters name of ScanAdvMonitoring | expand

Commit Message

Howard Chung Jan. 13, 2021, 3:56 a.m. UTC
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 <apusaka@chromium.org>
---

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

Comments

bluez.test.bot@gmail.com Jan. 13, 2021, 4:26 a.m. UTC | #1
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
diff mbox series

Patch

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",