BLE_GAP_EvtDirectAdvReport_T

C

typedef struct BLE_GAP_EvtDirectAdvReport_T
{
    uint8_t                 numReports;
    uint8_t                 eventType;
    BLE_GAP_Addr_T          addr;
    BLE_GAP_Addr_T          directAddr;
    int8_t                  rssi;
}BLE_GAP_EvtDirectAdvReport_T;

Field Documentation

FieldDescription
numReportsNumber of directed advertisements reports in the event.
eventTypeEven type. See Event type of advertising reports for possible values.
addrThe address of the advertiser sending the directed advertisements.
directAddrReceived Signal Strength Indication in dBm.
rssiRSSI.