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
UpdateConnectionParametersRequestEvent Struct Reference
[Gap]
Event received when a peer wants to change the connection parameters. More...
#include <Events.h>
Public Member Functions | |
| connection_handle_t | getConnectionHandle () const |
| Get the connection handle. | |
| const conn_interval_t & | getMinConnectionInterval () const |
| Get the minimum connection interval requested. | |
| const conn_interval_t & | getMaxConnectionInterval () const |
| Get the maximum connection interval requested. | |
| const slave_latency_t & | getSlaveLatency () const |
| Get the slave latency requested. | |
| const supervision_timeout_t & | getSupervisionTimeout () const |
| Get the supervision timeout requested. | |
Detailed Description
Event received when a peer wants to change the connection parameters.
- See also:
- ble::Gap::EventHandler::onUpdateConnectionParametersRequest().
Definition at line 676 of file Events.h.
Member Function Documentation
| connection_handle_t getConnectionHandle | ( | ) | const |
| const conn_interval_t& getMaxConnectionInterval | ( | ) | const |
| const conn_interval_t& getMinConnectionInterval | ( | ) | const |
| const slave_latency_t& getSlaveLatency | ( | ) | const |
| const supervision_timeout_t& getSupervisionTimeout | ( | ) | const |
Generated on Tue Jul 12 2022 13:55:40 by
1.7.2