Appendix J - Bluetooth LE Module Control Messages (Bluetooth LE Only | PCI Bluetooth LE Only)
DynaPro Go| Handheld PIN Pad Device with MSR/Contact/Contactless | Programmer’s Manual (COMMANDS)
Page 232 of 247 (
D998200136-31
)
J.1.2
Bluetooth LE Command 0x00 - Get Property
The host uses this Bluetooth LE module command to read the value of any Bluetooth LE module setting
found in section
J.2 Bluetooth LE Module Configuration Properties
Request message
Byte 0
0x00 (Request message type)
Byte 1
0x00 (Get property command identifier)
Byte 2
Property identifier
Response message
Byte 0
0x01 (Response message type)
Byte 1
Response code
Byte 2..n
Property value
J.1.3
Bluetooth LE Command 0x01 - Set Property
The host uses this Bluetooth LE module command to set the value of any Bluetooth LE module setting
found in section
J.2 Bluetooth LE Module Configuration Properties
Request message
Byte 0
0x00 (Request message type)
Byte 1
0x01 (Set property command identifier)
Byte 2
Property identifier
Byte 3..n
Property value
Response message
Byte 0
0x01 (Response message type)
Byte 1
Response code
J.1.4
Bluetooth LE Command 0x02 - Echo
The host uses this command to direct the device to echo data specified in the request message by
transmitting the it back to the host in the response message.
Request message
Byte 0
0x00 (Request message type)
Byte 1
0x02 (Echo command identifier)
Bytes 2..n
Data to echo
Response message
Byte 0
0x01 (Response message type)
Byte 1
Response code
Bytes 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