Event received when connection parameters have been updated.
More...
#include <Events.h>
Event received when connection parameters have been updated.
- See also
- ble::Gap::EventHandler::onConnectionParametersUpdateComplete().
Definition at line 888 of file Events.h.
◆ getStatus()
Get the status of the operation.
It is equal to BLE_ERROR_NONE in case of success.
Definition at line 912 of file Events.h.
◆ getConnectionHandle()
Get the handle of the connection that has been updated.
Definition at line 920 of file Events.h.
◆ getConnectionInterval()
const conn_interval_t & getConnectionInterval |
( |
| ) |
const |
Get the new connection interval.
Definition at line 928 of file Events.h.
◆ getSlaveLatency()
const slave_latency_t & getSlaveLatency |
( |
| ) |
const |
Get the new slave latency.
Definition at line 936 of file Events.h.
◆ getSupervisionTimeout()
const supervision_timeout_t & getSupervisionTimeout |
( |
| ) |
const |
Get the new supervision timeout.
Definition at line 944 of file Events.h.