Users Manual Instruction Manual

210
CATC BTTRAINER 2.11 CHAPTER
Users Manual
Comments
Sets a timeout interval for connection. The parameter defines the time dura-
tion from when the Host Controller sends a Connection Request event until
the Host Controller automatically rejects an incoming connection.
Example
result = HCIWriteConnectionAcceptTimeout(0x1234);
HCIWriteCurrentIACLAP
HCIWriteCurrentIACLAP(NumCurrentIACs, IACLAPs)
Return value
“Success”
“Failure”
“Invalid parameter”
Comments
Writes the number and values of the IAC LAPs to be used. One of the val-
ues has to be the General Inquiry Access Code, 0x9E8B33.
Example
result = HCIWriteCurrentIACLAP(2, 0x9E8B33, 0x9E8B34);
Trace("Result of HCIWriteCurrentIACLAP: ", result, "\n\n");
Parameter Meaning Default Value Comments
NumCurrent
IACs
Number of
current IACs.
Must be 1 or 2.
IACLAPs List of
IAC_LAPs,
each with a
value in the
range
0x9E8B00-0x
9E8B3F.
The number of values in this list must match the
NumCurrentIACs parameter.