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