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
AdvertisingEndEvent Struct Reference
[Gap]
Event produced when advertising ends. More...
#include <Events.h>
Public Member Functions | |
| AdvertisingEndEvent (advertising_handle_t advHandle, connection_handle_t connection, uint8_t completed_events, bool connected) | |
| Create advertising end event. | |
| advertising_handle_t | getAdvHandle () const |
| Get advertising handle. | |
| connection_handle_t | getConnection () const |
| Get connection handle (valid only if connected successfully). | |
| uint8_t | getCompleted_events () const |
| Get how many events advertising created. | |
| bool | isConnected () const |
| Has the advertising ended with a connection. | |
Detailed Description
Event produced when advertising ends.
- See also:
- ble::Gap::EventHandler::onAdvertisingEnd().
Definition at line 525 of file Events.h.
Constructor & Destructor Documentation
| AdvertisingEndEvent | ( | advertising_handle_t | advHandle, |
| connection_handle_t | connection, | ||
| uint8_t | completed_events, | ||
| bool | connected | ||
| ) |
Member Function Documentation
| advertising_handle_t getAdvHandle | ( | ) | const |
| uint8_t getCompleted_events | ( | ) | const |
| connection_handle_t getConnection | ( | ) | const |
Generated on Tue Jul 12 2022 13:55:40 by
1.7.2