Preferred PHY coding preference

C

#define BLE_GAP_PHY_PREF_NO                                     0
#define BLE_GAP_PHY_PREF_S2                                     1
#define BLE_GAP_PHY_PREF_S8                                     2

Description

Defines the preferred PHY coding for transmission on the LE Coded PHY.

Macro Definition

MacroDescription
BLE_GAP_PHY_PREF_NONo preferred PHY coding.
BLE_GAP_PHY_PREF_S2Preference for S=2 coding on the LE Coded PHY.
BLE_GAP_PHY_PREF_S8Preference for S=8 coding on the LE Coded PHY.