Transmitter PHY types
C
#define BLE_DTM_TX_1M (0x01U) #define BLE_DTM_TX_2M (0x02U) #define BLE_DTM_TX_CODED_S_8 (0x03U) #define BLE_DTM_TX_CODED_S_2 (0x04U)
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. |