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 the BLE_GAP_EVT_ADV_REPORT event.This event is generated when an advertising report is received.

Field Documentation

FieldDescription
eventTypeType of advertising event. Refer to Event types of advertising reports for possible values.
addrBluetooth address of the advertising device. See BLE_GAP_Addr_T.
lengthLength of the advertising data in bytes.
advDataBuffer containing the advertising data.
rssiReceived Signal Strength Indication for the advertising packet.