
Appendix A - Bluetooth LE Controller Properties (Bluetooth LE Only)
eDynamo| Secure Card Reader Authenticator | Programmer’s Manual (COMMANDS)
Page 160 of 245 (
D998200115-17
)
Appendix A
Bluetooth LE Controller Properties (Bluetooth LE
Only)
The properties in the following subsections can be get and/or set using
Bluetooth LE Command 0x01 - Set Property
A.1
Bluetooth LE Property 0x00 - Bluetooth LE Firmware ID
Bluetooth LE Property ID:
0x00
Get Property: Yes
Set Property: No
Default value: None
This is an 11 byte read-only property that identifies the firmware part number and revision for the
firmware that resides in the device’s Bluetooth LE controller. The first 8 bytes represent the firmware
part number and the last 3 bytes represent the revision. For example, this property might be
“21043029B04.”
Example Get Request (Hex)
Cmd Num
Data Len
Data
46
04
01 00 00 00
Example Get Response (Hex)
Result Code Data Len
Data
00
0E
01 01 00 32 31 30 34 33 30 32 39 42 30 34 (value “21043029B04”)
A.2
Bluetooth LE Property 0x01 - Bluetooth LE Device Address
Bluetooth LE Property ID: 0x01
Get Property: Yes
Set Property: No
Default value: None
This is a 6 byte read-only property that contains the Bluetooth LE device address. The first byte contains
the least significant byte of the address. This address varies with each device.
Example Get Request (Hex)
Cmd Num
Data Len
Data
46
04
01 00 00 01
Example Get Response (Hex)
Result Code
Data Len
Data
00
09
01 01 00 EC 11 A0 E5 C5 78 (value 0x78C5E5A011EC)