User Manual

Table Of Contents
174
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
Return value
“Success”
“Failure”
Comments
Attempts to delete the stored link key for the specified address or for all
addresses, depending on the value of DeleteAll.
Example
result = HCIDeleteStoredLinkKey('6E8110AC0008', 1);
if(result != "Success")
{
MessageBox(result, "No link keys were deleted.");
}
HCIEnableDeviceUnderTestMode()
HCIEnableDeviceUnderTestMode()
Return value
“Success”
“Failure”
Comments
This command will allow the local Bluetooth device to enter a test mode
via LMP test commands
Example
result = HCIEnableDeviceUnderTestMode();
Trace("Enabled DUT : ", result, "\n");
DeleteAll Boolean value
that indicates
whether to
delete only the
specified
address's link
key, or all link
keys
00 or 1
Parameter Meaning Default Value Comments
N/A
Parameter Meaning Default Value Comments