Transmitter PHY type
C
#define BLE_GAP_TX_1M_PHY (0x01U) #define BLE_GAP_TX_2M_PHY (0x02U) #define BLE_GAP_TX_CODED_PHY_S_8 (0x03U) #define BLE_GAP_TX_CODED_PHY_S_2 (0x04U)
Description
Defines the PHY types for transmitter test packets.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_TX_1M_PHY | Transmitter uses LE 1M PHY for test packets. |
BLE_GAP_TX_2M_PHY | Transmitter uses LE 2M PHY for test packets. |
BLE_GAP_TX_CODED_PHY_S_8 | Transmitter uses LE Coded PHY with S=8 data coding for test packets. |
BLE_GAP_TX_CODED_PHY_S_2 | Transmitter uses LE Coded PHY with S=2 data coding for test packets. |