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
Structure for the BLE Direct Test Mode (DTM) transmitter test.
Field Documentation
Field | Description |
---|---|
txChannel | The RF channel used by the transmitter. Calculated as (Frequency - 2402) / 2. Valid frequency range is 2402 MHz to 2480 MHz. Refer to Receiver or transmitter channel range for details. |
testDataLen | Length of the test packet payload in bytes. |
packetPayload | Type of payload in the test packet. Refer to Transmitter payload types for payload types. |
phy | The PHY (physical layer) used for transmission. Refer to Transmitter PHY types for supported PHY types. |
transmitPowerLevel | Desired transmit power level in dBm. Range: -127 to +20. Use 0x7E for minimum transmit power level. Use 0x7F for maximum transmit power level. If set to any other value, the BLE stack will attempt to use the requested power level or the closest achievable level. |