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
| 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. |
