Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LinkNode-Test by
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 16:00:24 by
