Receiver PHY type

C

#define BLE_DTM_RX_1M                              0x01
#define BLE_DTM_RX_2M                              0x02
#define BLE_DTM_RX_CODED                           0x03

Description

The definition of receiver test packet PHY type.

Macro Definition

MacroDescription
BLE_DTM_RX_1MReceiver set to use the LE 1M PHY.
BLE_DTM_RX_2MReceiver set to use the LE 2M PHY.
BLE_DTM_RX_CODEDReceiver set to use the LE Coded PHY.