GapAdvertisingReportEvent Struct Reference
Report advertising from one or more LE device. More...
#include <GapEvents.h>
Inherits ble::pal::GapEvent.
Data Structures | |
struct | advertising_t |
POD representing an advertising captured by the LE subsystem. More... | |
Public Member Functions | |
virtual uint8_t | size () const =0 |
Count of advertising in this event. | |
virtual advertising_t | operator[] (uint8_t i) const =0 |
Access the advertising at index i. |
Detailed Description
Report advertising from one or more LE device.
- Attention:
- This class has to be implemented by the BLE port.
- Note:
- : See Bluetooth 5 Vol 2 PartE: 7.7.65.2 LE Advertising Report Event
Definition at line 224 of file pal/GapEvents.h.
Member Function Documentation
virtual advertising_t operator[] | ( | uint8_t | i ) | const [pure virtual] |
Access the advertising at index i.
virtual uint8_t size | ( | ) | const [pure virtual] |
Count of advertising in this event.
Generated on Tue Jul 12 2022 12:22:52 by
