Hcicatcqosresponse – Teledyne LeCroy BTTracer_Trainer - BTTrainer Users Manual User Manual
Page 176

158
CATC BTT
RAINER
2.11
C
HAPTER
User’s Manual
Comment:
This command will send LMP_Quality_Of_Service PDU over ACL con-
nection according to the test case.
Used in Test Cases
HCICATCQoSResponse
HCICATCQoSResponse(Mode)
Return Events
•
Command Status event will return after the operation has started
•
Command Complete will return after the operation has been completed.
Comment
Configure local device to accept or reject an incoming
LMP_Quality_Of_Service_Request PDU
Used in Test Cases
Example
Main()
{
Mode = "Reject";
result = HCICatcQoSResponse(Mode);
Trace("HCICatcQoSResponse: ", result , "\n");
Mode = "Accept";
result = HCICatcQoSResponse(Mode);
Test Case
Description
TP/LIH/BV-39-C
Generate LMP_quality_of_service PDU
Parameter
Values Description
Mode
1 -- Accept (default)
0 -- Reject all incoming
LMP_Quality_Of_Service
PDU
2 - 0xFF reserved
Test Case
TP/LIH/BV-41-C