Transmitter PHY type
C
#define BLE_DTM_TX_1M 0x01 #define BLE_DTM_TX_2M 0x02 #define BLE_DTM_TX_CODED_S_8 0x03 #define BLE_DTM_TX_CODED_S_2 0x04
Description
The definition of transmitter test packet PHY type.
Macro Definition
Macro | Description |
---|---|
BLE_DTM_TX_1M | Transmitter set to use the LE 1M PHY. |
BLE_DTM_TX_2M | Transmitter set to use the LE 2M PHY. |
BLE_DTM_TX_CODED_S_8 | Transmitter set to use the LE Coded PHY with S=8 data coding. |
BLE_DTM_TX_CODED_S_2 | Transmitter set to use the LE Coded PHY with S=2 data coding. |