S122 SoftDevice v8.1.1
Data Fields
ble_gap_conn_params_t Struct Reference

GAP connection parameters. More...

#include <ble_gap.h>

Data Fields

uint16_t min_conn_interval
 
uint16_t max_conn_interval
 
uint16_t slave_latency
 
uint16_t conn_sup_timeout
 

Detailed Description

GAP connection parameters.

Note
When ble_conn_params_t is received in an event, both min_conn_interval and max_conn_interval will be equal to the connection interval set by the central.
If both conn_sup_timeout and max_conn_interval are specified, then the following constraint applies: The conn_sup_timeout converted to milliseconds shall be larger than (1 + slave_latency) * max_conn_interval_ms * 2 where max_conn_interval_ms is max_conn_interval converted to milliseconds.

Field Documentation

uint16_t ble_gap_conn_params_t::conn_sup_timeout

Connection Supervision Timeout, see GAP Connection Parameters Limits for range and unit size.

uint16_t ble_gap_conn_params_t::max_conn_interval

Maximum Connection Interval, see GAP Connection Interval units conversion.

uint16_t ble_gap_conn_params_t::min_conn_interval

Minimum Connection Interval, see GAP Connection Interval units conversion.

uint16_t ble_gap_conn_params_t::slave_latency

Slave Latency in number of connection events, see GAP Connection Parameters Limits.


Documentation feedback | Developer Zone | Subscribe | Updated