J.1.4 bluetooth device address property, J.1.5 bluetooth device name property, J.1.4 – MagTek DynaPro Mini Programmer's99875629 User Manual
Page 106: Bluetooth device address property, J.1.5, Bluetooth device name property, Appendix j - ble module control data
![background image](/manuals/413695/106/background.png)
Appendix J - BLE Module Control Data
DynaPro Mini| PIN Encryption Device | Programmer’s Reference (Commands)
Page 106
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
J.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
J.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: 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 user 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 user 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 BLE. Use caution when deciding whether to use more than 16 characters to avoid user
confusion between the device name reported via BLE and the device name reported via direct
connections. The name should not contain any null string characters (0x00). If set to a length of 0 the
value will revert back to its original default value described above. After modifying the Bluetooth device
name, you must reset the BLE module. See section 2.3 How to Use BLE Connections for details.