Lancaster University fork of the Nordic nrf51-SDK repository, which actually lives on github: https://github.com/lancaster-university/nrf51-sdk
ble_gap_evt_adv_report_t Struct Reference
[Structures]
Event structure for BLE_GAP_EVT_ADV_REPORT. More...
#include <ble_gap.h>
Data Fields | |
| ble_gap_addr_t | peer_addr |
| Bluetooth address of the peer device. | |
| int8_t | rssi |
| Received Signal Strength Indication in dBm. | |
| uint8_t | scan_rsp: 1 |
| If 1, the report corresponds to a scan response and the type field may be ignored. | |
| uint8_t | type: 2 |
| See GAP Advertising types. | |
| uint8_t | dlen: 5 |
| Advertising or scan response data length. | |
| uint8_t | data [BLE_GAP_ADV_MAX_SIZE] |
| Advertising or scan response data. | |
Detailed Description
Event structure for BLE_GAP_EVT_ADV_REPORT.
Definition at line 686 of file ble_gap.h.
Field Documentation
| uint8_t data[BLE_GAP_ADV_MAX_SIZE] |
| uint8_t scan_rsp |
| uint8_t type |
Only valid if the scan_rsp field is 0.
Generated on Tue Jul 12 2022 15:07:17 by
1.7.2