User Manual

Table Of Contents
175
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
HCIExitParkMode()
HCIExitParkMode(Address)
Return value
“Success”
“Failure”
“Failed: Device not found”
“Not connected”
Comments
Switches the current role of the device in the piconet.
Example
Device = '010203040506';
result = HCIExitParkMode(Device);
Trace("HCIExitParkMode result is: ", result, "\n");
HCIExitSniffMode()
HCIExitSniffMode(Address)
Return value
“Success”
“Failure”
“Failed: Device not found”
“Not connected”
Comments
Exits Sniff mode.
Example
Device = '010203040506';
Parameter Meaning Default Value Comments
Address Bluetooth
address of
device in
question
Parameter Meaning Default Value Comments
Address Bluetooth
address of
device in
question