Appendix I - Bluetooth LE Module Control Data (Bluetooth LE Only)
DynaPro Mini| PIN Encryption Device | Programmer’s Manual (Commands)
Page 124 of 128 (
D99875629-43
)
Description: This property contains the Bluetooth passkey.
This property is a four byte hex value that represents a six digit decimal number between 000000 and
999999. The first hex byte is the least significant byte (LSB). Because the maximum decimal value
allowed is 999999, which is equivalent to the four byte hex value 00 0F 42 3F, (3F 42 0F 00 in LSB
order), the last byte of the four byte LSB first hex value will always be 00.
Example Get Property:
Request message (hex): 00 00 07
Response message (hex): 01 00 3F 42 0F 00 (passkey 999999 decimal)
Example Set Property:
Request message (hex): 00 01 07 3F 42 0F 00 (passkey 999999 decimal)
Response message (hex): 01 00
I.1.11
Desired Bluetooth LE Minimum Connection Interval Property
Property ID: 0x08
Get Property: Yes
Set Property: Yes
Non-Volatile: Yes. Changes made to this property will persist even if the device is powered off or reset.
This property should only be changed once during device configuration. Modifying this property too
many times will wear out flash memory.
Default value: 10 (12.5 milliseconds)
This property is a two byte integer in least significant byte order that contains the value in 1.25
millisecond units.
Changes made to this property will not take effect until the device is reset or power cycled.
Description: This property contains the value of Interval Min sent to the Bluetooth LE host in a
CONNECTION PARAMETER UPDATE REQUEST. See the core Bluetooth specification for more
details. Only values between 6 and 3200 are valid.
Example Get Property:
Request message (hex): 00 00 08
Response message (hex): 01 00 0A 00 (10 (0x0A) (12.5 milliseconds))
Example Set Property:
Request message (hex): 00 01 08 0A 00 (10 (0x0A) (12.5 milliseconds))
Response message (hex): 01 00
I.1.12
Desired Bluetooth LE Maximum Connection Interval Property
Property ID: 0x09
Get Property: Yes
Set Property: Yes
Non-Volatile: Yes. Changes made to this property will persist even if the device is powered off or reset.
This property should only be changed once during device configuration. Modifying this property too
many times will wear out flash memory.
Default value: 10 (12.5 milliseconds)
This property is a two byte integer in least significant byte order that contains the value in 1.25
millisecond units.