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
Macro | Description |
---|---|
BLE_DTM_RX_1M | Receiver uses the LE 1M PHY. |
BLE_DTM_RX_2M | Receiver uses the LE 2M PHY. |
BLE_DTM_RX_CODED | Receiver uses the LE Coded PHY. |