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
Macro | Description |
---|---|
BLE_GAP_PHY_PREF_NO | No preferred PHY coding. |
BLE_GAP_PHY_PREF_S2 | Preference for S=2 coding on the LE Coded PHY. |
BLE_GAP_PHY_PREF_S8 | Preference for S=8 coding on the LE Coded PHY. |