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.
Dependents: BLE_HeartRate_IDB04A1
Fork of BLE_API by
Gap::AdvertisementCallbackParams_t Struct Reference
Structure containing data and metadata of a scanned advertising packet. More...
#include <Gap.h>
Data Fields | |
| BLEProtocol::AddressBytes_t | peerAddr |
| The peer's BLE address. | |
| int8_t | rssi |
| The advertisement packet RSSI value. | |
| bool | isScanResponse |
| Whether this packet is the response to a scan request. | |
| GapAdvertisingParams::AdvertisingType_t | type |
| The type of advertisement. | |
| uint8_t | advertisingDataLen |
| Length of the advertisement data. | |
| const uint8_t * | advertisingData |
| Pointer to the advertisement packet's data. | |
Detailed Description
Structure containing data and metadata of a scanned advertising packet.
Definition at line 199 of file Gap.h.
Field Documentation
| const uint8_t* advertisingData |
| uint8_t advertisingDataLen |
| bool isScanResponse |
Generated on Tue Jul 12 2022 21:00:29 by
1.7.2
