1.2.2.1.1.3.13 BLE_GAP_EvtAdvReport_T
C
typedef struct BLE_GAP_EvtAdvReport_T
{
uint8_t eventType;
BLE_GAP_Addr_T addr;
uint8_t length;
uint8_t advData[BLE_GAP_ADV_MAX_LENGTH];
int8_t rssi;
} BLE_GAP_EvtAdvReport_T;Description
Data structure for BLE_GAP_EVT_ADV_REPORT event.
Field Documentation
| Field | Description |
|---|---|
| eventType | Event type. See Data status for extended advertising report. |
| addr | Address type. See Address type. |
| length | Length of advertising data. |
| advData | Advertising data. |
| rssi | RSSI value. |
