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. More... | |
connection_handle_t | getConnectionHandle () const |
Get the handle of the connection that has been updated. More... | |
const conn_interval_t & | getConnectionInterval () const |
Get the new connection interval. More... | |
const slave_latency_t & | getSlaveLatency () const |
Get the new slave latency. More... | |
const supervision_timeout_t & | getSupervisionTimeout () const |
Get the new supervision timeout. More... | |
Event received when connection parameters have been updated.
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 |