dragoon  4383
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_gap_evt_scan_req_report_t Struct Reference

Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT. More...

#include <ble_gap.h>

Data Fields

int8_t rssi
 
ble_gap_addr_t peer_addr
 

Detailed Description

Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT.

Definition at line 964 of file ble_gap.h.

Field Documentation

ble_gap_addr_t ble_gap_evt_scan_req_report_t::peer_addr

Bluetooth address of the peer device. If the peer_addr resolved: ble_gap_addr_t::addr_id_peer is set to 1 and the address is the device's identity address.

Definition at line 967 of file ble_gap.h.

int8_t ble_gap_evt_scan_req_report_t::rssi

Received Signal Strength Indication in dBm.

Definition at line 966 of file ble_gap.h.


The documentation for this struct was generated from the following file: