User Manual

Table Of Contents
179
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
Comments
Specifies a device for which no PIN code will be supplied, thus causing a
pair request to fail.
Example
result = HCIPINCodeRequestNegativeReply('6C421742129F9');
Trace("HCIPINCodeRequestNegativeReply returned: ", result,
"\n");
HCIPINCodeRequestReply()
HCIPINCodeRequestReply(Address, PINCode)
Return value
“Success”
“Failure”
Comments
Specifies the PIN code to use for a connection.
Example
result = HCIPINCodeRequestReply('6C421742129F9', "New PIN
Code");
Trace("HCIPINCodeRequestReply returned: ", result, "\n");
Parameter Meaning Default Value Comments
Address Bluetooth
address of
device for
which PIN
code will be
used.
PINCode PIN code to
use when con-
necting to the
device.
Must be 1 to 16 characters in length.