Hciparkmode – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 193
Advertising

175
CATC BTT
RAINER
2.11
C
HAPTER
User’s 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).
Advertising