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
ConnectionParametersUpdateCompleteEvent Struct Reference
[Gap]
Event received when connection parameters have been updated. More...
#include <Events.h>
Public Member Functions | |
ble_error_t | getStatus () const |
Get the status of the operation. | |
connection_handle_t | getConnectionHandle () const |
Get the handle of the connection that has been updated. | |
const conn_interval_t & | getConnectionInterval () const |
Get the new connection interval. | |
const slave_latency_t & | getSlaveLatency () const |
Get the new slave latency. | |
const supervision_timeout_t & | getSupervisionTimeout () const |
Get the new supervision timeout. |
Detailed Description
Event received when connection parameters have been updated.
- See also:
- ble::Gap::EventHandler::onConnectionParametersUpdateComplete().
Definition at line 749 of file Events.h.
Member Function Documentation
connection_handle_t getConnectionHandle | ( | ) | const |
const conn_interval_t& getConnectionInterval | ( | ) | const |
const slave_latency_t& getSlaveLatency | ( | ) | const |
ble_error_t getStatus | ( | ) | const |
const supervision_timeout_t& getSupervisionTimeout | ( | ) | const |
Generated on Tue Jul 12 2022 13:55:40 by
