User Manual

Table Of Contents
192
CATC MERLINS WAND 1.22 APPENDIX C
Users Manual Merlin’s Wand Scripting Commands
if (result[0] == "Success")
{
Trace("Loopback mode is: 0x", result[1], "\n");
}
HCIReadNumberOfSupportedIAC()
HCIReadNumberOfSupportedIAC()
Return value
Returns a list with two values: status and number of supported IAC.
Status is one of the following:
“Success”
“Failure”
Number of supported IAC is a 1-byte value that specifies the number of
Inquiry Access Codes that the local Bluetooth device can listen for at one
time.
Comments
Reads the number of supported IACs.
Example
result = HCIReadNumberOfSupportedIAC ();
Trace("HCIReadNumberOfSupportedIAC returned: ", result[0],
"\n");
if (result[0] == "Success")
{
Trace("The number of supported IAC is: ", result[1],
"\n\n");
}
HCIReadPageScanMode()
HCIReadPageScanMode()
Parameter Meaning Default Value Comments
N/A
Parameter Meaning Default Value Comments
N/A