Transmitter PHY type

C

#define BLE_DTM_TX_1M                           0x01
#define BLE_DTM_TX_2M                           0x02
#define BLE_DTM_TX_CODED_S_8                    0x03
#define BLE_DTM_TX_CODED_S_2                    0x04

Description

The definition of transmitter test packet PHY type.

Macro Definition

MacroDescription
BLE_DTM_TX_1MTransmitter set to use the LE 1M PHY.
BLE_DTM_TX_2MTransmitter set to use the LE 2M PHY.
BLE_DTM_TX_CODED_S_8Transmitter set to use the LE Coded PHY with S=8 data coding.
BLE_DTM_TX_CODED_S_2Transmitter set to use the LE Coded PHY with S=2 data coding.