1.1.2.1.1.3.19 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 advertising reports.
eventTypeEven type. See Event type of advertising report. It should be BLE_GAP_ADV_REPORT_EVT_TYPE_ADV_DIRECT_IND.
addrIdentity Address of the advertising device.
directAddrRandom Device Address.
rssiRSSI.