Event received when a peer wants to change the connection parameters.
More...
#include <Events.h>
Event received when a peer wants to change the connection parameters.
- See also
- ble::Gap::EventHandler::onUpdateConnectionParametersRequest().
Definition at line 815 of file Events.h.
◆ getConnectionHandle()
Get the connection handle.
Definition at line 838 of file Events.h.
◆ getMinConnectionInterval()
const conn_interval_t & getMinConnectionInterval |
( |
| ) |
const |
Get the minimum connection interval requested.
Definition at line 846 of file Events.h.
◆ getMaxConnectionInterval()
const conn_interval_t & getMaxConnectionInterval |
( |
| ) |
const |
Get the maximum connection interval requested.
Definition at line 854 of file Events.h.
◆ getSlaveLatency()
const slave_latency_t & getSlaveLatency |
( |
| ) |
const |
Get the slave latency requested.
Definition at line 862 of file Events.h.
◆ getSupervisionTimeout()
const supervision_timeout_t & getSupervisionTimeout |
( |
| ) |
const |
Get the supervision timeout requested.
Definition at line 870 of file Events.h.