Rtos API example
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. | |
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 Sun Jul 17 2022 08:25:40 by
1.7.2