Hcichangelocalname, Hcicreatenewunitkey, Hcichangelocalname hcicreatenewunitkey – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 187
Advertising

169
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
Example
result = HCIChangeConnectionPacketType('00803713BDF0',
["DM3","DM5"]);
Trace("Change Connection Packet Type:\n");
Trace(" Status ", result[0], "\n");
HCIChangeLocalName
HCIChangeLocalName(Name)
Return value
•
“Success”
•
“Failure”
Comments
Attempts to change the name of the local device.
Example
result = HCIChangeLocalName("Joe's Device");
if(result != "Success")
{
MessageBox(result, "Failed to change name!");
}
HCICreateNewUnitKey
HCICreateNewUnitKey ()
Return value
•
"Success"
•
"Failure"
Parameter
Meaning
Default Value
Comments
Name
String that
contains the
new name for
the local
device
Parameter
Meaning
Default Value
Comments
N/A
Advertising