Connection parameter update request event for BLE_GAPC_EVT_CONN_PARAM_UPDATE_REQ. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | interval_min |
Minimum value for the connection interval. More... | |
uint16_t | interval_max |
Maximum value for the connection interval. More... | |
uint16_t | slave_latency |
Slave latency for the connection in number of connection events. More... | |
uint16_t | sup_timeout |
Supervision timeout for the LE link. More... | |
Connection parameter update request event for BLE_GAPC_EVT_CONN_PARAM_UPDATE_REQ.
Definition at line 420 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_update_req_t::interval_max |
Maximum value for the connection interval.
This shall be greater than or equal to Conn_Interval_Min. Range: 0x0006 to 0x0C80, unit: 1.25 ms, time range: 7.5 ms to 4 s.
Definition at line 424 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_update_req_t::interval_min |
Minimum value for the connection interval.
This shall be less than or equal to Conn_Interval_Max. Range: 0x0006 to 0x0C80, unit: 1.25 ms, time range: 7.5 ms to 4 s
Definition at line 422 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_update_req_t::slave_latency |
Slave latency for the connection in number of connection events.
Range: 0x0000 to 0x01F3.
Definition at line 426 of file ble_gapc.h.
uint16_t ble_gap_evt_conn_param_update_req_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 427 of file ble_gapc.h.