Users Manual Instruction Manual

175
CATC BTTRAINER 2.11 CHAPTER
Users Manual
Trace(" Key Flag : 0x", result[2], "\n");
}
HCIParkMode
HCIParkMode(Address, BeaconMaxInterval,
BeaconMinInterval)
Return value
“Success”
“Failure”
“Failed: Device not found”
“Not connected”
Comments
Enters Park mode with parameters as specified.
Example
Device = '010203040506';
result = HCIParkMode(Device, 0xFFFF, 0x100);
Trace("HCIParkMode result is: ", result, "\n");
Parameter Meaning Default Value Comments
Address Bluetooth
address of
device in
question
Beacon
MaxInterval
Maximum
number of
0.625-msec
intervals
between bea-
cons.
Range is 0x0001 to 0xFFFF
(0.625 msec to 40.9 sec).
Beacon
MinInterval
Minimum
number of
0.625-msec
intervals
between bea-
cons.
Range is 0x0001 to 0xFFFF
(0.625 msec to 40.9 sec).