Hcireadinquiryscanactivity – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 204

186
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
Status (element 0) is one of the following:
•
"Success"
•
"Failure"
Comments
This command will read the value for the Hold_Mode_Activity parameter.
Example
result = HCIReadHoldModeActivity ();
Trace(result);
HCIReadInquiryScanActivity
HCIReadInquiryScanActivity()
Return values
Returns a list with three values: status, InquiryScanInterval, InquiryScan-
Window.
Status (element 0) is one of the following:
•
"Success"
•
"Failure"
InquiryScanInterval (element 1) and InquiryScanWindow (element 2) are
the two byte values.
Comments
This command will read the value for Inquiry_Scan_Activity configuration
parameter. The Inquiry_Scan_Interval configuration parameter defines the
amount of time between consecutive inquiry scans. This is defined as the
time interval from when the Host Controller started its last inquiry scan
until it begins the next inquiry scan. The Inquiry_Scan_Window configura-
tion parameter defines the amount of time for the duration of the inquiry
scan. The Inquiry_Scan_Window can only be less than or equal to the
Inquiry_Scan_Interval.
Example
result = HCIReadInquiryScanActivity();
Trace("HCIReadInquiryScanActivity returned: ", result[0],
"\n");
Parameter
Meaning
Default Value
Comments
N/A