1.2.2.1.1.1.46 Preferred PHY preference

C

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

Description

The definition of PHY preference.

Macro Definition

MacroDescription
BLE_GAP_PHY_PREF_NONo preferred coding when transmitting on the LE Coded PHY.
BLE_GAP_PHY_PREF_S2Prefers that S=2 coding be used when transmitting on the LE Coded PHY.
BLE_GAP_PHY_PREF_S8Prefers that S=8 coding be used when transmitting on the LE Coded PHY.