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

MacroDescription
BLE_GAP_TX_1M_PHYTransmitter uses LE 1M PHY for test packets.
BLE_GAP_TX_2M_PHYTransmitter uses LE 2M PHY for test packets.
BLE_GAP_TX_CODED_PHY_S_8Transmitter uses LE Coded PHY with S=8 data coding for test packets.
BLE_GAP_TX_CODED_PHY_S_2Transmitter uses LE Coded PHY with S=2 data coding for test packets.