Users Manual Instruction Manual

152
CATC BTTRAINER 2.11 CHAPTER
Users Manual
Main()
{
Device = '008037163567';
result = HCICatcIncreasePowerRequest(Device);
Trace("HCICatcIncreasePowerRequest: ", result, "\n");
result = HCICatcDecreasePowerRequest(Device);
Trace("HCICatcDecreasePowerRequest: ", result, "\n");
return result;
}
HCICATCModifyBeacon
HCICATCModifyBeacon(HCI_Handle,BeaconMaxInterval,BeaconM
inInterval)
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 send LMP_Modify_Beacon PDU to notify parked
devices about beacon parameter change.
Used in Test Cases
Parameter Meaning Default Value Comments
HCI_Handle
2 Bytes
BeaconMaxInterval
2 Bytes
BeaconMinInterval
2 Bytes
Test Case
TP/LIH/BV-25-C