Appendix I - Bluetooth LE Module Control Data (Bluetooth LE Only)
DynaPro Mini| PIN Encryption Device | Programmer’s Manual (Commands)
Page 120 of 128 (
D99875629-43
)
Get Property: Yes
Set Property: No
Default value: None
Description: This is the 11 byte read-only property that identifies the software part number and version
for the device. The first 8 bytes represent the part number and the last 3 bytes represent the version. For
example this string might be “30050884A01”. This string is subject to change.
Example Get Software ID property:
Request message (hex): 00 00 00
Response message (hex): 01 00 33 30 30 35 30 38 38 34 41 30 31
I.1.4
Bluetooth Device Address Property
Property ID: 0x01
Get Property: Yes
Set Property: No
Default value: None
Description: This is a 6 byte read-only property that contains the Bluetooth device address. The first byte
contains the least significant byte of the address. This address will vary with each device.
Example Get Bluetooth Device Address property:
Request message (hex): 00 00 01
Response message (hex): 01 00 EC 11 A0 E5 C5 78
I.1.5
Bluetooth Device Name Property
Property ID: 0x02
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: For DynaPro Mini, string “DynaProMini-XXYY”, where XX is the second to least
significant byte of the Bluetooth device address converted to ASCII hex, and YY is the least significant
byte. For example, if the second to least significant byte of the Bluetooth device address is 0x11 and the
least significant byte is 0xEC, the Bluetooth device name would be “DynaProMini-11EC”. To reset the
device to this default, set this property using a zero-length string. Shipped (factory default) values may
differ. For example, some devices may be shipped with the last five characters of the Device Name
property set to the last five characters of the device’s serial number.
Description: This property contains the Bluetooth device name, which is typically used by the software to
present a cardholder or operator with a list of devices to interact with. To avoid ambiguity, if the solution
specifies that more than one device of the same name will be available, MagTek recommends including a
unique identifier in the device name so the cardholder or operator can differentiate.
The Bluetooth device name can have a length of 0 to 16 ASCII characters. The device will accept a
device name up to 20 ASCII characters long, but the device will only use the first 16 characters when
advertising over Bluetooth LE. Use caution when deciding whether to use more than 16 characters to
avoid cardholder or operator confusion between the device name reported via Bluetooth LE and the
device name reported via direct connections. The name should not contain any null string characters