BLE_DTM_TransmitterTestParams_T
C
typedef struct BLE_DTM_TransmitterTestParams_T
{
uint8_t txChannel;
uint8_t testDataLen;
uint8_t packetPayload;
uint8_t phy;
int8_t transmitPowerLevel;
} BLE_DTM_TransmitterTestParams_T;Description
Transmitter test parameters.
Field Documentation
| Field | Description |
|---|---|
| txChannel | The RF channel which is used by the transmitter. Channel= (F – 2402) / 2 (Frequency Range : 2402 MHz to 2480 MHz) See Receiver or transmitter channel. |
| testDataLen | The length of the payload of the test reference packets. |
| packetPayload | The contents of the payload of the test reference packets. See Transmitter payload type. |
| phy | The PHY which is used by the transmitter. See Transmitter PHY type. |
| transmitPowerLevel | The transmit power level which is used by the transmitter. Range: -127 to +20. (Units: dBm) Set to 0x7E to use the minimum transmit power level. Set to 0x7F to use the maximum transmit power level. If the parameter is set to a value other than 0x7E or 0x7F, then ble stack makes the requested change or makes closest change that it is capable of doing. |
