beautypg.com

J.1.11, Desired minimum connection interval property, J.1.12 – MagTek DynaPro Mini Programmer's99875629 User Manual

Page 110: Desired maximum connection interval property, Appendix j - ble module control data

background image

Appendix J - BLE Module Control Data

DynaPro Mini| PIN Encryption Device | Programmer’s Reference (Commands)


Page 110

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

J.1.11 Desired 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 BLE 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

J.1.12 Desired 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.

Changes made to this property will not take effect until the device is reset or power cycled.