Transmitter PHY type
C
#define BLE_GAP_TX_1M_PHY 0x01 #define BLE_GAP_TX_2M_PHY 0x02 #define BLE_GAP_TX_CODED_PHY_S_8 0x03 #define BLE_GAP_TX_CODED_PHY_S_2 0x04
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. |