test

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_scan_req_report_t Struct Reference

ble_gap_evt_scan_req_report_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT. More...

#include <ble_gap.h>

Data Fields

int8_t rssi
 Received Signal Strength Indication in dBm.
ble_gap_addr_t peer_addr
 Bluetooth address of the peer device.

Detailed Description

Event structure for BLE_GAP_EVT_SCAN_REQ_REPORT.

Definition at line 713 of file ble_gap.h.


Field Documentation

Bluetooth address of the peer device.

Definition at line 716 of file ble_gap.h.

int8_t rssi

Received Signal Strength Indication in dBm.

Definition at line 715 of file ble_gap.h.