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;

Description

Structure for the BLE_GAP_EVT_DIRECT_ADV_REPORT event.This event is generated when a directed advertising report is received.

Field Documentation

FieldDescription
numReportsNumber of directed advertisements reports in the event.
eventTypeEven type. See Event types of advertising reports for possible values.
addrThe address of the advertiser sending the directed advertisements. See BLE_GAP_Addr_T.
directAddrThe address the directed advertisements are being directed to. See BLE_GAP_Addr_T.
rssiReceived Signal Strength Indication in dBm.