Event type for extended advertising reports
C
#define BLE_GAP_EXT_ADV_RPT_TYPE_CONNECTABLE (1U << 0U) #define BLE_GAP_EXT_ADV_RPT_TYPE_SCANNABLE (1U << 1U) #define BLE_GAP_EXT_ADV_RPT_TYPE_DIRECTED (1U << 2U) #define BLE_GAP_EXT_ADV_RPT_TYPE_SCAN_RSP (1U << 3U) #define BLE_GAP_EXT_ADV_RPT_TYPE_LEGACY (1U << 4U)
Description
Defines the event types for extended advertising reports.
Macro Definition
Macro | Description |
---|---|
BLE_GAP_EXT_ADV_RPT_TYPE_CONNECTABLE | Indicates connectable advertising. |
BLE_GAP_EXT_ADV_RPT_TYPE_SCANNABLE | Indicates scannable advertising. |
BLE_GAP_EXT_ADV_RPT_TYPE_DIRECTED | Indicates directed advertising. |
BLE_GAP_EXT_ADV_RPT_TYPE_SCAN_RSP | Indicates a scan response. |
BLE_GAP_EXT_ADV_RPT_TYPE_LEGACY | Indicates that legacy advertising PDUs are used. |