Hcireadnumbroadcastretransmissions – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 210

192
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
•
“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");
}
HCIReadNumBroadcastRetransmissions
HCIReadNumBroadcastRetransmissions()
Return value
Returns Status and a value for the Number of Broadcast Retransmissions
(Num_Broadcast_Retran)
Status is one of the following:
•
"Success"
•
"Failure"
Comments
This command will read the device’s parameter value for the Number of Broadcast Retransmissions.
Example
result = HCIReadNumBroadcastRetransmissions ();
Trace(result);
Parameter
Meaning
Default Value
Comments
N/A