Representation of a scanned advertising packet. More...
#include <Gap.h>
Public Member Functions | |
AdvertisementCallbackParams_t () | |
Default constructor. More... | |
Data Fields | |
BLEProtocol::AddressBytes_t | peerAddr |
BLE address of the device that has advertised the packet. More... | |
int8_t | rssi |
RSSI value of the packet. More... | |
bool | isScanResponse |
Flag indicating if the packet is a response to a scan request. More... | |
GapAdvertisingParams::AdvertisingType_t | type |
Type of advertisement. More... | |
uint8_t | advertisingDataLen |
Length of the advertisement data. More... | |
const uint8_t * | advertisingData |
Pointer to the advertisement packet's data. More... | |
AddressType_t | addressType |
Type of the address received. More... | |
PeerAddressType_t | peerAddrType |
Type of the address received. More... | |
Representation of a scanned advertising packet.
Instances of this type are passed to the callback registered in startScan().
Default constructor.
AddressType_t addressType |
Type of the address received.
const uint8_t* advertisingData |
bool isScanResponse |
BLEProtocol::AddressBytes_t peerAddr |
PeerAddressType_t peerAddrType |