Users Manual Instruction Manual

154
CATC BTTRAINER 2.11 CHAPTER
Users Manual
result = HCICatcMaxSlot(Device, MaxSlot);
Trace("HCICatcMaxSlot: ", result, "\n");
if(result != "Success")
{
return result;
}
return result;
}
HCICATCMaxSlotResponse
HCICATCMaxSlotResponse(HCI_Handle,Action,Event)
Return Events
Command Status event will return after the operation has started
Command Complete: Will return after the operation has been com-
pleted.
Comment
This command will start a special Max Slot request/response procedure for test case TP/LIH/BV-61-C and
TP/LIH/BV-64-C.
Used in Test Cases
Parameter Values Description
HCI_Handle
2 Bytes
Action
1 Byte
0-Reject
1-Accept
Action=0/Event=0:
Will reject all incoming
LMP_Max_Slot_Req PDUs and generate
HCI_CatcMaxSlotRequestEvent for every
PDU
Action=1/Event=0: Will accept all
incoming LMP_Max_Slot_req PDUs and
generate HCI_CatcMaxSlotRequestEvent
for every PDU
Action=1/Event=1: Will restore everything
to the pre-script state
Event 0-EnableCatcMaxSlotRequestEvent
1-DisableCatcMaxSlotRequestEvent
Test Case
TP/LIH/BV-61-C