Appendix J - Bluetooth LE Module Control Messages (Bluetooth LE Only | PCI Bluetooth LE Only)
DynaPro Go| Handheld PIN Pad Device with MSR/Contact/Contactless | Programmer’s Manual (COMMANDS)
Page 239 of 247 (
D998200136-31
)
J.2.5
Bluetooth LE Property 0x05 - Power Control
Property ID: 0x05
Get Property: Yes
Set Property: Yes
Non-Volatile: Yes. Changes made to this property 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 wears out flash memory.
Default value: 0x03 (Button controlled and Bluetooth Connection controlled)
This one-byte property contains power control bits that control the device’s power behavior. The bits are
defined in the table below. Because the device’s power state can vary based on factors the host can not
directly control, the device provides the ability to monitor the device’s power state to ensure it is ready for
communication by calling
Command 0x1C - Set/Get Bluetooth LE Power Configuration (Bluetooth
LE Only | PCI Bluetooth LE Only)
Table 4-162 - Bluetooth LE 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 bit:
0: The power button does not control the device power.
1: The power 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 powers
off the main logic board.
Bluetooth Connection bit:
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 powers 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