8 - Commands
eDynamo| Secure Card Reader Authenticator | Programmer’s Manual (COMMANDS)
Page 87 of 245 (
D998200115-17
)
8.3.13.6
Bluetooth LE Command 0x0B - Terminate Bluetooth LE Connection
This command signals the device to wait 1 second then terminate the specified Bluetooth LE connection.
The delay allows time for the host software to receive a response from the device if the command is
issued over Bluetooth LE. To conserve battery power, the Bluetooth LE host should terminate the
Bluetooth LE connection when it does not need to communicate to the device. Instead of using this
command, the Bluetooth LE host may also directly terminate the Bluetooth LE connection if it is capable.
Request Data: None
Response Data: None
Example Request (Hex)
Command identifier
Request data length
Request data
46
03
01 00 0B
Example Response (Hex)
Result code
Response data length
Response data
00
03
01 01 00
8.3.13.7
Bluetooth LE Command 0x0D - Get Bond Count (Pairing Modes)
This command can be used to retrieve the number of hosts currently bonded to the device. The device
can bond with up to the maximum number of bonds specified in
Maximum Bond Count (Bluetooth LE Only, Pairing Modes Only)
For eDynamo, this property was added to the firmware starting with Bluetooth LE firmware ID
1000002650B01.
Request Data: None
Response Data: One byte that contains the number of hosts currently bonded to the device.
Example Request (Hex)
Command identifier
Request data length
Request data
46
03
01 00 0D
Example Response (Hex)
Result code
Response data length
Response data
00
04
01 01 00 03 (03 = 3 bonds)