Users Manual Instruction Manual
214
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
Return value
Status is one of the following
• "Success"
•"Failure"
Comments
The Page_Scan_Interval configuration parameter defines the amount of
time between consecutive page scans.
Example
PageScanInterval = 0x800;
PageScanWindow = 0x800;
Result =
HCIWritePageScanActivity(PageScanInterval,PageScanWindow);
Trace(Result);
HCIWritePageScanMode
HCIWritePageScanMode(PageScanMode)
Return value
Returns a list with two values: status and PageScanMode
Status (element 0) is one of the following:
• "Success"
•"Failure"
• "Invalid Parameter"
Comments
Write the default page scan mode of the local device.
Example
PageScanMode = 0;
result = HCIWritePageScanMode (PageScanMode);
Trace(result);
Parameter Meaning Default Value Comments
PageScanMode