PHY settings for extended advertising reports

C

#define BLE_GAP_EXT_ADV_RPT_PHY_NO                           0x00
#define BLE_GAP_EXT_ADV_RPT_PHY_1M                           0x01
#define BLE_GAP_EXT_ADV_RPT_PHY_2M                           0x02
#define BLE_GAP_EXT_ADV_RPT_PHY_CODED                        0x03

Description

Defines the PHY settings for extended advertising reports.

Macro Definition

MacroDescription
BLE_GAP_EXT_ADV_RPT_PHY_NONo packets on the secondary advertising channel.
BLE_GAP_EXT_ADV_RPT_PHY_1MAdvertiser's PHY is LE 1M.
BLE_GAP_EXT_ADV_RPT_PHY_2MAdvertiser's PHY is LE 2M.
BLE_GAP_EXT_ADV_RPT_PHY_CODEDAdvertiser's PHY is LE Coded.