Transmitter PHY types

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

Defines the PHY types for the transmitter during DTM.

Macro Definition

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