adaptation for book and plug demo
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 Wed Jul 13 2022 09:31:10 by 1.7.2