Hcienabledeviceundertestmode, Hciexitparkmode, Hcienabledeviceundertestmode hciexitparkmode – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 189
Advertising

171
CATC BTT
RAINER
2.11
C
HAPTER
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
Advertising