1.2.2.1.1.1.43 PHY option for transmit and receive

C

#define BLE_GAP_PHY_OPTION_NO_PREF                              0
#define BLE_GAP_PHY_OPTION_1M                                   (1 <<0)
#define BLE_GAP_PHY_OPTION_2M                                   (1 <<1)
#define BLE_GAP_PHY_OPTION_CODED                                (1 <<2)

Description

The definition of PHY option for TX and RX.

Macro Definition

MacroDescription
BLE_GAP_PHY_OPTION_NO_PREFNo preference.
BLE_GAP_PHY_OPTION_1MPrefers to use the LE 1M PHY (possibly among others).
BLE_GAP_PHY_OPTION_2MPrefers to use the LE 2M PHY (possibly among others).
BLE_GAP_PHY_OPTION_CODEDPrefers to use the LE Coded PHY (possibly among others).