Macros

#define BLE_GAP_PHY_ANY   0x00
 
#define BLE_GAP_PHY_LE_1MBPS   (1 << 0)
 
#define BLE_GAP_PHY_LE_2MBPS   (1 << 1)
 
#define BLE_GAP_PHY_LE_CODED   (1 << 2)
 

Detailed Description

Macro Definition Documentation

◆ BLE_GAP_PHY_ANY

#define BLE_GAP_PHY_ANY   0x00

No preferred PHY.

◆ BLE_GAP_PHY_LE_1MBPS

#define BLE_GAP_PHY_LE_1MBPS   (1 << 0)

LE 1M PHY preferred for an active link.

◆ BLE_GAP_PHY_LE_2MBPS

#define BLE_GAP_PHY_LE_2MBPS   (1 << 1)

LE 2M PHY preferred for an active link.

◆ BLE_GAP_PHY_LE_CODED

#define BLE_GAP_PHY_LE_CODED   (1 << 2)

LE Coded PHY preferred for an active link.