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 33c0f0d15c49..69a53122d0a4 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.29.2.299.gdc1121823c-goog
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=386479
---Test result---
##############################
Test: CheckPatch - PASS
##############################
Test: CheckGitLint - PASS
##############################
Test: CheckBuild - PASS
##############################
Test: MakeCheck - PASS
---
Regards,
Linux Bluetooth