+ Collaboration diagram for GAP PHY OPTIONS (bitmask):

Macros

#define BLE_GAP_PHY_OPT_NO_CODING   0x00
 The Host has no preferred coding when transmitting on the LE Coded PHY. More...
 
#define BLE_GAP_PHY_OPT_S2_CODING   0x01
 The Host prefers that S=2 coding be used when transmitting on the LE Coded PHY. More...
 
#define BLE_GAP_PHY_OPT_S8_CODING   0x02
 The Host prefers that S=8 coding be used when transmitting on the LE Coded PHY. More...
 

Detailed Description

Macro Definition Documentation

◆ BLE_GAP_PHY_OPT_NO_CODING

#define BLE_GAP_PHY_OPT_NO_CODING   0x00

The Host has no preferred coding when transmitting on the LE Coded PHY.

Definition at line 81 of file ble_gapc.h.

◆ BLE_GAP_PHY_OPT_S2_CODING

#define BLE_GAP_PHY_OPT_S2_CODING   0x01

The Host prefers that S=2 coding be used when transmitting on the LE Coded PHY.

Definition at line 82 of file ble_gapc.h.

◆ BLE_GAP_PHY_OPT_S8_CODING

#define BLE_GAP_PHY_OPT_S8_CODING   0x02

The Host prefers that S=8 coding be used when transmitting on the LE Coded PHY.

Definition at line 83 of file ble_gapc.h.