S132 SoftDevice v1.0.0-3.alpha
Data Fields
ble_gap_evt_adv_report_t Struct Reference

Event structure for BLE_GAP_EVT_ADV_REPORT. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t peer_addr
 
int8_t rssi
 
uint8_t scan_rsp: 1
 
uint8_t type: 2
 
uint8_t dlen: 5
 
uint8_t data [31]
 

Detailed Description

Event structure for BLE_GAP_EVT_ADV_REPORT.

Field Documentation

uint8_t ble_gap_evt_adv_report_t::data[31]

Advertising or scan response data.

uint8_t ble_gap_evt_adv_report_t::dlen

Advertising or scan response data length.

ble_gap_addr_t ble_gap_evt_adv_report_t::peer_addr

Bluetooth address of the peer device.

int8_t ble_gap_evt_adv_report_t::rssi

Received Signal Strength Indication in dBm.

uint8_t ble_gap_evt_adv_report_t::scan_rsp

If 1, the report corresponds to a scan response and the type field may be ignored.

uint8_t ble_gap_evt_adv_report_t::type

See GAP Advertising types. Only valid if the scan_rsp field is 0.


This document was last updated on Thu Oct 15 2015.
Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone.