Users Manual Instruction Manual
171
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
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");
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");
Parameter Meaning Default Value Comments
N/A
Parameter Meaning Default Value Comments
HCI_Handle Bluetooth
address of
device in
question