Event type for extended advertising reports
C
#define BLE_GAP_EXT_ADV_RPT_TYPE_CONNECTABLE (1 << 0) #define BLE_GAP_EXT_ADV_RPT_TYPE_SCANNABLE (1 << 1) #define BLE_GAP_EXT_ADV_RPT_TYPE_DIRECTED (1 << 2) #define BLE_GAP_EXT_ADV_RPT_TYPE_SCAN_RSP (1 << 3) #define BLE_GAP_EXT_ADV_RPT_TYPE_LEGACY (1 << 4)
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. | 
