Appendix A - Bluetooth LE Controller Properties (Bluetooth LE Only)
eDynamo| Secure Card Reader Authenticator | Programmer’s Manual (COMMANDS)
Page 162 of 245 (
D998200115-17
)
A.4
Bluetooth LE Property 0x03 - Configuration Revision
Bluetooth LE Property ID:
0x03
Get Property: Yes
Set Property: Yes
Non-Volatile: Yes
Default value: 0
This property is a one-byte value between 0 and 255 the host can use to track the device’s configuration
status. For example, the host may read the default value of 0 and determine the module needs to be
configured, then configure the device and set the value to 1 to indicate configuration is complete. On
subsequent powerups, the host could then verify the property equals 1 before proceeding with normal
operation, or perform further configuration steps and advance the property to 2.
Changes made to this property persist even if the device is powered off or reset. This property would
typically only be changed once during device configuration if needed. Modifying this property too many
times wears out flash memory.
Example Get Request (Hex)
Cmd Num
Data Len
Data
46
04
01 00 00 03
Example Get Response (Hex)
Result Code
Data Len
Data
00
04
01 01 00 01 (value 1)