S42/ADC/LUA AT Command Reference
80512ST10860A Rev.0
Page 21 of 40
2017-10-06
Bluetooth Low Energy
+LEFIXPIN
Fix PIN for Pairing Procedure
AT syntax:
AT+LEFIXPIN=fixpin
This command specifies a 6 digit SSP passkey, to be used for the security procedure. If this
value has a length of 0 (no digit specified in command)
AT+LEFIXPIN=
a randomly generated
PIN is used instead. To use this feature see also commands
AT+LETIO
,
AT+BIOCAP
and
Hayes event SSPPIN.
For further information, see
S42 Lua Software User Guide [2]
.
Parameter
Description
fixpin
6 digits pin value (digit 0...9 only), default is zero length pin
””
+LEADINTMAX
Maximum Advertising Interval
AT syntax:
AT+LEADINTMAX=<value>
This command configures the maximum advertising interval (in milliseconds) for a Bluetooth
Low Energy Peripheral.
Value
Description
n
=20…10240
Use maximum advertising interval of n ms
1280
Use maximum advertising interval of 1280 ms
Make sure that the value of AT+LEADINTMAX is higher or equal the
value of AT+LEADINTMIN.
+LEADINTMIN
Minimum Advertising Interval
AT syntax:
AT+LEADINTMIN=<value>
This command is not used in the S42/ADC/LUA. It is just provided for compatibility
reasons. The used advertising interval is set by
AT+LEADINTMAX
parameter.