Connection parameter updated event for BLE_GAPC_EVT_CONN_PARAM_UPDATED. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | conn_interval |
Connection interval. More... | |
uint16_t | slave_latency |
Latency for the connection in number of connection events. More... | |
uint16_t | sup_timeout |
Supervision timeout for the LE link. More... | |
Connection parameter updated event for BLE_GAPC_EVT_CONN_PARAM_UPDATED.
Definition at line 412 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_updated_t::conn_interval |
Connection interval.
Range: 0x0006 to 0x0C80. Unit: 1.25 ms. Time range: 7.5 ms to 4 s.
Definition at line 414 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_updated_t::slave_latency |
Latency for the connection in number of connection events.
Range: 0x0000 to 0x01F3.
Definition at line 415 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_updated_t::sup_timeout |
Supervision timeout for the LE link.
Range: 0x000A to 0x0C80, unit: 10 ms, time range: 100 ms to 32 s.
Definition at line 416 of file ble_gapc.h.