Receiver PHY types

C

#define BLE_DTM_RX_1M                              				      (0x01U)
#define BLE_DTM_RX_2M                              				      (0x02U)
#define BLE_DTM_RX_CODED                           				      (0x03U)

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.