PHY settings for extended advertising reports
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
Defines the PHY settings for extended advertising reports.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_EXT_ADV_RPT_PHY_NO | No packets on the secondary advertising channel. |
BLE_GAP_EXT_ADV_RPT_PHY_1M | Advertiser's PHY is LE 1M. |
BLE_GAP_EXT_ADV_RPT_PHY_2M | Advertiser's PHY is LE 2M. |
BLE_GAP_EXT_ADV_RPT_PHY_CODED | Advertiser's PHY is LE Coded. |