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
Field | Description |
---|---|
numReports | Number of directed advertisements reports in the event. |
eventType | Even type. See Event types of advertising reports for possible values. |
addr | The address of the advertiser sending the directed advertisements. See BLE_GAP_Addr_T. |
directAddr | The address the directed advertisements are being directed to. See BLE_GAP_Addr_T. |
rssi | Received Signal Strength Indication in dBm. |