8 - Commands
eDynamo| Secure Card Reader Authenticator | Programmer’s Manual (COMMANDS)
Page 84 of 245 (
D998200115-17
)
8.3.13.1
Bluetooth LE Command 0x00 - Get Property
This command gets Bluetooth LE controller properties. The properties are listed in
Bluetooth LE Controller Properties
Table 8-23 - Request Data
Byte offset
Field name
Description
0
Property identifier
The identifier of the property.
Table 8-24 - Response Data
Byte offset
Field name
Description
0..n
Property value
The value of the property.
8.3.13.2
Bluetooth LE Command 0x01 - Set Property
This command sets Bluetooth LE controller properties. The properties are listed in
Bluetooth LE Controller Properties
Table 8-25 - Request Data
Byte offset
Field name
Description
0
Property identifier
The identifier of the property.
1..n
Property value
The value of the property.
Response Data: None
8.3.13.3
Bluetooth LE Command 0x02 - Echo
This is a testing command that echoes the data received in the request by transmitting it back to the host
as a response.
Table 8-26 - Request Data
Byte offset
Field name
Description
0 - N
Echo data
Data to echo
Table 8-27 - Response Data
Byte offset
Field name
Description
0 - N
Echo data
Data echoed
Example Request (Hex)
Command Identifier
Request Data Length
Request Data
46
06
01 00 02 01 02 03 (echo 01 02 03)
Example Response (Hex)
Result Code
Response Data Length
Response Data
00
06
01 01 00 01 02 03