Transmitter PHY types
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
Defines the PHY types for the transmitter during DTM.
Macro Definition
Macro | Description |
---|---|
BLE_DTM_TX_1M | Transmitter uses the LE 1M PHY. |
BLE_DTM_TX_2M | Transmitter uses the LE 2M PHY. |
BLE_DTM_TX_CODED_S_8 | Transmitter uses the LE Coded PHY with S=8 data coding. |
BLE_DTM_TX_CODED_S_2 | Transmitter uses the LE Coded PHY with S=2 data coding. |