Receiver PHY types

C

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

Description

Defines the PHY types for the receiver during DTM.

Macro Definition

MacroDescription
BLE_DTM_RX_1MReceiver uses the LE 1M PHY.
BLE_DTM_RX_2MReceiver uses the LE 2M PHY.
BLE_DTM_RX_CODEDReceiver uses the LE Coded PHY.