1.1.2.1.1.1.43 PHY setting for extended advertising report

C

#define BLE_GAP_EXT_ADV_REPORT_PHY_NO                           0x00
#define BLE_GAP_EXT_ADV_REPORT_PHY_1M                           0x01
#define BLE_GAP_EXT_ADV_REPORT_PHY_2M                           0x02
#define BLE_GAP_EXT_ADV_REPORT_PHY_CODED                        0x03

Description

The definition of extended advertising report phy.

Macro Definition

MacroDescription
BLE_GAP_EXT_ADV_REPORT_PHY_NONo packets on the secondary advertising channel.
BLE_GAP_EXT_ADV_REPORT_PHY_1MAdvertiser PHY is LE 1M.
BLE_GAP_EXT_ADV_REPORT_PHY_2MAdvertiser PHY is LE 2M.
BLE_GAP_EXT_ADV_REPORT_PHY_CODEDAdvertiser PHY is LE Coded.