Users Manual Instruction Manual
160
CATC BTTRAINER 2.11 CHAPTER
User’s Manual
Comments
Read the size of the encryption key that is going to be used during an
encryption process
Example
result = HCICatcReadEncryptionKeySize ();
Trace(result);
HCICatcReadRevisionInformation
HCICatcReadRevisionInformation()
Return values
Returns a list with two values: status and revision.
Status (element 0) is one of the following:
• “Success”
• “Failure”
Revision (element 1) is the BTTrainer revision information.
Comments
This command returns the information about the current firmware.
Example
Revision = HCICatcReadRevisionInformation();
if( Revision[0] == "Success")
Trace("Merlin's Wand Revision Info : ", Revision[1], "\n");
HCICatcScoErrorInjection
HCICatcScoErrorInjection(HCI_Handle,TestScenario)
Parameter Meaning Default Value Comments
N/A
Parameter Meaning Value Comments
HCI_Handle
2 Bytes
Test_Scena rio
1 Byte
0, 1
2-0xFF -
reserved
0- Performs TP/PROT/ARQ/BV-25-C test case
(Retransmission of DV packet)
1- Performs TP/PROT/ARQ/BV-26-C test case
(Uncorrectable DV packet)