Users Manual Instruction Manual

209
CATC BTTRAINER 2.11 CHAPTER
Users Manual
Return value
Returns a list with two values: status and FlushTimeout
Status (element 0) is one of the following:
"Success"
•"Failure"
"Not connected"
"Failed: Not found"
Comments
This command will write the value for the Flush_Timeout parameter for
the specified connection handle.
Example
Address = '010203040506';
FlushTimeout = 100;
result = HCIWriteAutomaticFlushTimeout
(Address,FlushTimeout);
Trace(result);
HCIWriteConnectionAcceptTimeout
HCIWriteConnectionAcceptTimeout(Interval)
Return value
“Success”
“Failure”
“Invalid parameter”
FlushTimeout
Parameter Meaning Default Value Comments
Interval Number of
0.625-msec
intervals
before the
connection
request times
out.
0x1FA0 (= 5
sec)
Range is 0x0001 to 0xB540 (0.625 msec to 29
sec).
Parameter Meaning Default Value Comments