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