LE Coded PHY options
C
#define BLE_GAP_CODED_PHY_HOST_NO_PREFERRED (0x00U) #define BLE_GAP_CODED_PHY_HOST_PREFER_S2 (0x01U) #define BLE_GAP_CODED_PHY_HOST_PREFER_S8 (0x02U) #define BLE_GAP_CODED_PHY_HOST_REQUIRE_S2 (0x03U) #define BLE_GAP_CODED_PHY_HOST_REQUIRE_S8 (0x04U)
Description
Defines the Host preferred options when transmitting on the LE Coded PHY.
Macro Definition
| Macro | Description |
|---|---|
| BLE_GAP_CODED_PHY_HOST_NO_PREFERRED | The Host has no preferred or required coding when transmitting on the LE Coded PHY. |
| BLE_GAP_CODED_PHY_HOST_PREFER_S2 | The Host prefers that S=2 coding be used when transmitting on the LE Coded PHY. |
| BLE_GAP_CODED_PHY_HOST_PREFER_S8 | The Host prefers that S=8 coding be used when transmitting on the LE Coded PHY. |
| BLE_GAP_CODED_PHY_HOST_REQUIRE_S2 | The Host requires that S=2 coding be used when transmitting on the LE Coded PHY. |
| BLE_GAP_CODED_PHY_HOST_REQUIRE_S8 | The Host requires that S=8 coding be used when transmitting on the LE Coded PHY. |
