The parameter of connection. More...

#include <ble_gapc.h>

Data Fields

uint16_t interval_min
 
uint16_t interval_max
 
uint16_t slave_latency
 
uint16_t sup_timeout
 

Detailed Description

The parameter of connection.

Field Documentation

◆ interval_max

uint16_t gap_conn_param_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.

◆ interval_min

uint16_t gap_conn_param_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

◆ slave_latency

uint16_t gap_conn_param_t::slave_latency

Slave latency for the connection in number of connection events. Range: 0x0000 to 0x01F3.

◆ sup_timeout

uint16_t gap_conn_param_t::sup_timeout

Supervision timeout for the LE link. Range: 0x000A to 0x0C80, unit: 10 ms, time range: 100 ms to 32 s.


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