S112 SoftDevice v7.3.0
Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT . More...
#include <ble_gap.h>
Data Fields |
|
| uint8_t | adv_handle |
| int8_t | rssi |
| ble_gap_addr_t | peer_addr |
Detailed Description
Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT .
Field Documentation
| uint8_t ble_gap_evt_scan_req_report_t::adv_handle |
Advertising handle for the advertising set which received the Scan Request
| ble_gap_addr_t ble_gap_evt_scan_req_report_t::peer_addr |
Bluetooth address of the peer device. If the peer_addr resolved: @ref ble_gap_addr_t::addr_id_peer is set to 1
and the address is the device's identity address.
| int8_t ble_gap_evt_scan_req_report_t::rssi |
Received Signal Strength Indication in dBm.
- Note
- ERRATA-153 and ERRATA-225 require the rssi sample to be compensated based on a temperature measurement.