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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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 301 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 13:55:41 by
