Appendix I - Bluetooth LE Module Control Data (Bluetooth LE Only)
DynaPro Mini| PIN Encryption Device | Programmer’s Manual (Commands)
Page 127 of 128 (
D99875629-43
)
Byte 0
1 (Response message type)
Byte 1
Response code
Byte 2-n
Data to echo from request message
Example Echo command:
Request message (hex): 00 02 01 02 03
Response message (hex): 01 00 01 02 03
I.2.2
Reset Command
This command can be used to reset the Bluetooth LE module. The module with start resetting 2 seconds
after it receives this command.
Request message
Byte 0
0 (Request message type)
Byte 1
3 (Reset command identifier)
Response message
Byte 0
1 (Response message type)
Byte 1
Response code
Example Reset command:
Request message (hex): 00 03
Response message (hex): 01 00
I.2.3
Erase All Non-volatile Memory Command
This command erases all the Bluetooth LE module’s non-volatile memory which returns it to its un-
configured factory default state. This includes erasing all bonds. See the Erase all bonds command for
more details. The secure codes are required to make sure a cardholder or operator does not accidentally
send this command. This command will automatically reset the Bluetooth LE module 2 seconds after it
completes.
Request message
Byte 0
0 (Request message type)
Byte 1
4 (Command identifier)
Byte 2
(hex) 55 (Secure code 1)
Byte 3
(hex) AA (Secure code 2)
Response message
Byte 0
1 (Response message type)
Byte 1
Response code
Example command:
Request message (hex): 00 04 55 AA
Response message (hex): 01 00
I.2.4
Erase All Bonds Command
This command erases all the Bluetooth LE module’s bonds. It will have to be re-paired with any
Bluetooth LE host it wants to communicate with. Remove the device from all paired hosts prior to trying
to re-pair the device. If any previously paired hosts are still in range of the device after issuing this
command they may still try to connect with the device thus causing the device to stop advertising which
will make it unable to re-pair until the device is removed from that host. The secure codes are required to