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
Structure for BLE_GAP_EVT_ADV_REPORT event.
Field Documentation
| Field | Description |
|---|---|
| eventType | Type of advertising event. Refer to Event type of advertising reports for possible values. |
| addr | Bluetooth address of the advertising device. |
| length | Length of the advertising data in bytes. |
| advData | Buffer containing the advertising data. |
| rssi | Received Signal Strength Indication for the advertising packet. |
