[bluetooth.bluegiga] Fix scan interval descriptions (#9025)

Signed-off-by: Patrick Fink <mail@pfink.de>
This commit is contained in:
Patrick Fink 2020-11-14 16:12:19 +01:00 committed by GitHub
parent 1073f0086d
commit a3e3f15ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -42,28 +42,28 @@
<parameter name="passiveScanInterval" type="integer" min="4" max="16384">
<label>Passive Scan Interval</label>
<description>Passive scan interval defines the interval when scanning is re-started in units of 625us. Default is
4000ms.</description>
6400ms.</description>
<advanced>true</advanced>
<default>6400</default>
</parameter>
<parameter name="passiveScanWindow" type="integer" min="4" max="16384">
<label>Passive Scan Window</label>
<description>Passive scan Window defines how long time the scanner will listen on a certain frequency and try to
pick up advertisement packets. Default is 4000ms.</description>
pick up advertisement packets. Default is 6400ms.</description>
<advanced>true</advanced>
<default>6400</default>
</parameter>
<parameter name="activeScanInterval" type="integer" min="4" max="16384">
<label>Active Scan Interval</label>
<description>Active scan interval defines the interval when scanning is re-started in units of 625us. Default is
4000ms.</description>
6400ms.</description>
<advanced>true</advanced>
<default>6400</default>
</parameter>
<parameter name="activeScanWindow" type="integer" min="4" max="16384">
<label>Active Scan Window</label>
<description>Active scan Window defines how long time the scanner will listen on a certain frequency and try to pick
up advertisement packets. Default is 4000ms.</description>
up advertisement packets. Default is 6400ms.</description>
<advanced>true</advanced>
<default>6400</default>
</parameter>