[bluetooth.bluegiga] Fix scan interval descriptions (#9025)
Signed-off-by: Patrick Fink <mail@pfink.de>
This commit is contained in:
parent
1073f0086d
commit
a3e3f15ed8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue