User Manual

Table Of Contents
211
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
HCIWritePageTimeout()
HCIWritePageTimeout(Interval)
Return value
“Success”
“Failure”
“Invalid parameter”
Comments
Sets the maximum time the local Link Manager will wait for a baseband
page response from the remote device at a locally initiated connection
attempt.
Example
result = HCIWritePageTimeout(0x4000);
HCIWritePINType()
HCIWritePINType(PINType)
Return value
“Success”
“Failure”
“Invalid parameter”
Comments
Determines whether the Host supports variable PIN codes or only a fixed
PIN code.
Parameter Meaning Default Value Comments
Interval Number of
0.625-msec
intervals
before the
connection
attempt times
out.
0x2000 (=
5.12 sec)
Range is 0x0001 to 0xFFFF (0.625 msec to 40.9
sec).
Parameter Meaning Default Value Comments
PINType PIN type:
0=Variable
PIN;
1=Fixed PIN
Range is 0 to 1.