Connection parameters. More...

#include <ble_gapm.h>

Data Fields

uint16_t conn_intv_min
 
uint16_t conn_intv_max
 
uint16_t conn_latency
 
uint16_t supervision_to
 
uint16_t ce_len
 

Detailed Description

Connection parameters.

Field Documentation

◆ ce_len

uint16_t gap_ext_conn_param_t::ce_len

The length of connection event needed for this LE connection. Range: 0x0002 to 0xFFFF, Unit:0.625 ms, Time Range: 1.25 ms to 40.9s.

◆ conn_intv_max

uint16_t gap_ext_conn_param_t::conn_intv_max

Maximum value for the connection interval (in unit of 1.25ms). Shall be greater than or equal to conn_intv_min value. Allowed range is 7.5 ms to 4s.

◆ conn_intv_min

uint16_t gap_ext_conn_param_t::conn_intv_min

Minimum value for the connection interval (in unit of 1.25ms). Shall be less than or equal to conn_intv_max value. Allowed range is 7.5 ms to 4s.

◆ conn_latency

uint16_t gap_ext_conn_param_t::conn_latency

Slave latency. Number of events that can be missed by a connected slave device.

◆ supervision_to

uint16_t gap_ext_conn_param_t::supervision_to

Link supervision timeout (in unit of 10ms). Allowed range is 100 ms to 32s.


The documentation for this struct was generated from the following file: