J.1.8 power control property, J.1.8, Power control property – MagTek DynaPro Mini Programmer's99875629 User Manual
Page 108: Appendix j - ble module control data
![background image](/manuals/413695/108/background.png)
Appendix J - BLE Module Control Data
DynaPro Mini| PIN Encryption Device | Programmer’s Reference (Commands)
Page 108
established and it is also powered down when a Bluetooth connection is terminated. The host-controlled
BLE Power Configuration Feature report also controls power to the main board.
This property is a two byte value and its units are seconds. The first byte is the most significant byte.
Setting the value to 0 will disable the timeout.
Example Get Power Timeout property:
Request message (hex): 00 00 04
Response message (hex): 01 00 00 3C (power timeout 60 decimal)
Example Set Power Timeout property:
Request message (hex): 00 01 04 00 3C (power timeout 60 decimal)
Response message (hex): 01 00
J.1.8 Power Control property
Property ID: 0x05
Get Property: Yes
Set Property: Yes
Non-Volatile: Yes. Changes made to this property will persist even if the device is powered off or reset.
This property should only be changed once during device configuration. Modifying this property too
many times will wear out flash memory.
Default value: 0x03 (button controlled and Bluetooth Connection controlled)
Description: This property contains the power control bits. The power control bits determine what
controls power to the main board. The host-controlled BLE Power Configuration Feature report also
controls power to the main board. This property is a one byte value that is defined as follows:
Table 3-101 - BLE Power Control Property
Bit
7
6
5
4
3
2
1
0
Name Reserved
set to 0
Reserved
set to 0
Reserved
set to 0
Reserved
set to 0
Reserved
set to 0
Reserved
set to 0
Bluetooth
connection
Button
Button:
0: The button does not control the device power.
1: The button does control the device power. Pressing and releasing the button when the device is off will
power on the main logic board. Pressing and releasing the button when the device is on will power off
the main logic board.
Bluetooth connection:
0: The Bluetooth Connection does not control the device power.
1: The Bluetooth Connection does control the device power. Establishing a Bluetooth connection when
the device is off will power on the main logic board. Terminating a Bluetooth connection when the
device is on will power off the main logic board.
Example Get Power Control property:
Request message (hex): 00 00 05
Response message (hex): 01 00 03 (button controlled and Bluetooth Connection controlled)
Example Set Power Control property:
Request message (hex): 00 01 05 03 (button controlled and Bluetooth Connection controlled)
Response message (hex): 01 00