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;
Description
Data structure for BLE_GAP_EVT_DIRECT_ADV_REPORT event.
Field Documentation
Field | Description |
---|---|
numReports | Number of advertising reports. |
eventType | Even type. See Event type of advertising report. It should be BLE_GAP_ADV_REPORT_EVT_TYPE_ADV_DIRECT_IND. |
addr | Identity Address of the advertising device. |
directAddr | Random Device Address. |
rssi | RSSI. |