1.1.2.1.1.1.45 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
Macro | Description |
---|---|
BLE_GAP_PHY_PREF_NO | No preferred coding when transmitting on the LE Coded PHY. |
BLE_GAP_PHY_PREF_S2 | Prefers that S=2 coding be used when transmitting on the LE Coded PHY. |
BLE_GAP_PHY_PREF_S8 | Prefers that S=8 coding be used when transmitting on the LE Coded PHY. |