beautypg.com

Hciwritepagescanmode – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual

Page 232

background image

214

CATC BTT

RAINER

2.11

C

HAPTER

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