Message ID | 20201118114650.1.Ib657f37256b0e7adf3915ac5341c9d20db2fd2ef@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | core: Align parameters name of ScanAdvMonitoring | expand |
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
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",
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(-)