GAP PHYs

S140 SoftDevice v6.0.0 API

Macros

#define BLE_GAP_PHY_AUTO 0x00
#define BLE_GAP_PHY_1MBPS 0x01
#define BLE_GAP_PHY_2MBPS 0x02
#define BLE_GAP_PHY_CODED 0x04
#define BLE_GAP_PHY_NOT_SET 0xFF
#define BLE_GAP_PHYS_SUPPORTED ( BLE_GAP_PHY_1MBPS | BLE_GAP_PHY_2MBPS | BLE_GAP_PHY_CODED )
Supported PHYs in connections, for scanning, and for advertising. More...

Detailed Description

Macro Definition Documentation

#define BLE_GAP_PHY_1MBPS   0x01

1 Mbps PHY.

#define BLE_GAP_PHY_2MBPS   0x02

2 Mbps PHY.

#define BLE_GAP_PHY_AUTO   0x00

Automatic PHY selection. Refer sd_ble_gap_phy_update for more information.

#define BLE_GAP_PHY_CODED   0x04

Coded PHY.

#define BLE_GAP_PHY_NOT_SET   0xFF

PHY is not configured.

#define BLE_GAP_PHYS_SUPPORTED   ( BLE_GAP_PHY_1MBPS | BLE_GAP_PHY_2MBPS | BLE_GAP_PHY_CODED )

Supported PHYs in connections, for scanning, and for advertising.

All PHYs are supported.

Note
Coded PHY is only supported as an experimental feature in this SoftDevice.