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;

Field Documentation

FieldDescription
eventTypeType of advertising event. Refer to Event type 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.