Macros

#define PHY_OPT_NO_CODING   0x00
 
#define PHY_OPT_S2_CODING   0x01
 
#define PHY_OPT_S8_CODING   0x02
 

Detailed Description

Macro Definition Documentation

◆ PHY_OPT_NO_CODING

#define PHY_OPT_NO_CODING   0x00

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

◆ PHY_OPT_S2_CODING

#define PHY_OPT_S2_CODING   0x01

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

◆ PHY_OPT_S8_CODING

#define PHY_OPT_S8_CODING   0x02

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