Hcienabledeviceundertestmode(), Hciexitparkmode(), Hcienabledeviceundertestmode() hciexitparkmode() – Teledyne LeCroy Merlins Wand - Users Manual User Manual

Page 189

Advertising
background image

173

CATC M

ERLIN

S

W

AND

2.00

C

HAPTER

C

User’s Manual

Merlin’s Wand Scripting Commands

“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");

HCIExitParkMode()

HCIExitParkMode(Address)

Return value

“Success”

Parameter

Meaning

Default Value

Comments

N/A

Parameter

Meaning

Default Value

Comments

Address

Bluetooth

address of

device in

question

Advertising