8 - Commands
eDynamo| Secure Card Reader Authenticator | Programmer’s Manual (COMMANDS)
Page 83 of 245 (D998200115-17)
8.3.13 Command 0x46 - Send Command to Bluetooth LE Controller (Bluetooth LE Only)
This command sends commands to the device’s Bluetooth LE controller, which has its own command set
used to control Bluetooth LE-specific aspects of the device. The valid command identifiers and data are
defined in the following subsections.
Table 8-21 - Request Data for Command 0x46 - Send Command to Bluetooth LE Controller (Bluetooth LE
Only)
Always set to 1 (control data).
Always set to 0 (request).
Bluetooth LE command
identifier
The identifier of the Bluetooth LE command.
Bluetooth LE command request
data
The data associated with the Bluetooth LE command
request.
Table 8-22 - Response Data for Command 0x46 - Send Command to Bluetooth LE Controller (Bluetooth LE
Only)
A code that indicates the result of the Bluetooth LE command. Valid
values for this code are 0 for success, 1 for failure and 2 for bad
parameter.
Bluetooth LE
command response
data
The data associated with the Bluetooth LE command response.
Result codes:
0x00 = Success
0x01 = Fail (timed out waiting for a response)
Example Request (Hex)
01 00 02 01 02 03
(Send Echo command)
Example Response (Hex)