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.
Gap::AdvertisementCallbackParams_t Struct Reference
Representation of a scanned advertising packet. More...
#include <Gap.h>
Data Fields | |
BLEProtocol::AddressBytes_t | peerAddr |
BLE address of the device that has advertised the packet. | |
int8_t | rssi |
RSSI value of the packet. | |
bool | isScanResponse |
Flag indicating if the packet is a response to a scan request. | |
GapAdvertisingParams::AdvertisingType_t | type |
Type of advertisement. | |
uint8_t | advertisingDataLen |
Length of the advertisement data. | |
const uint8_t * | advertisingData |
Pointer to the advertisement packet's data. | |
AddressType_t | addressType |
Type of the address received. |
Detailed Description
Representation of a scanned advertising packet.
Instances of this type are passed to the callback registered in startScan().
Definition at line 581 of file Gap.h.
Field Documentation
const uint8_t* advertisingData |
uint8_t advertisingDataLen |
bool isScanResponse |
Generated on Tue Jul 12 2022 13:32:54 by
