Hcireadpagetimeout – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 213

195
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
Example
result = HCIReadPageScanPeriodMode();
Trace("HCIReadPageScanPeriodMode returned: ", result[0],
"\n");
if (result[0] == "Success")
{
Trace("Page scan period mode is: 0x", result[1], "\n");
}
HCIReadPageTimeout
HCIReadPageTimeout()
Return values
Returns a list with two values: status and page timeout.
Status (element 0) is one of the following:
•
“Success”
•
“Failure”
Page timeout (element 1) is the two-byte page timeout value, in increments
of 0.625-msec intervals.
Comments
Reads the page timeout value. This value defines the maximum time the
local Link Manager will wait for a baseband page response from the remote
device at a locally initiated connection attempt.
Example
result = HCIReadPageTimeout();
Trace("HCIReadPageTimeout returned: ", result[0], "\n");
if (result[0] == "Success")
{
Trace("Page timeout is: 0x", result[1], "\n");
}
Parameter
Meaning
Default Value
Comments
N/A