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

MacroDescription
BLE_GAP_CODED_PHY_HOST_NO_PREFERREDThe Host has no preferred or required coding when transmitting on the LE Coded PHY.
BLE_GAP_CODED_PHY_HOST_PREFER_S2The Host prefers that S=2 coding be used when transmitting on the LE Coded PHY.
BLE_GAP_CODED_PHY_HOST_PREFER_S8The Host prefers that S=8 coding be used when transmitting on the LE Coded PHY.
BLE_GAP_CODED_PHY_HOST_REQUIRE_S2The Host requires that S=2 coding be used when transmitting on the LE Coded PHY.
BLE_GAP_CODED_PHY_HOST_REQUIRE_S8The Host requires that S=8 coding be used when transmitting on the LE Coded PHY.