TI BLE Stack API Documentation  2.03.09
Public Attributes | List of all members
gapPeriConnectParams_t Struct Reference

#include <gap.h>

Public Attributes

uint16 intervalMin
 
uint16 intervalMax
 
uint16 latency
 
uint16 timeout
 

Detailed Description

Connection parameters for the peripheral device. These numbers are used to compare against connection events and request connection parameter updates with the master.

Member Data Documentation

§ intervalMax

uint16 gapPeriConnectParams_t::intervalMax

Maximum value for the connection event (interval. 0x0006 - 0x0C80 * 1.25 ms)

§ intervalMin

uint16 gapPeriConnectParams_t::intervalMin

Minimum value for the connection event (interval. 0x0006 - 0x0C80 * 1.25 ms)

§ latency

uint16 gapPeriConnectParams_t::latency

Number of LL latency connection events (0x0000 - 0x03e8)

§ timeout

uint16 gapPeriConnectParams_t::timeout

Connection Timeout (0x000A - 0x0C80 * 10 ms)


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