Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gap_conn_update_param_info_t Struct Reference

Description

GAP Connection Update parameters.

Data Fields

uint16_t connIntvMin
 Minimum value for the connection event interval. More...
 
uint16_t connIntvMax
 Maximum value for the connection event interval. More...
 
uint16_t connLatency
 Slave latency for the connection in number of connection events. More...
 
uint16_t supervisionTO
 Supervision timeout for the LE Link. More...
 
uint8_t bdHandle
 Peer bdHandle.
 
uint16_t ceLength
 connection length
 

Field Documentation

◆ connIntvMin

uint16_t cy_stc_ble_gap_conn_update_param_info_t::connIntvMin

Minimum value for the connection event interval.

This shall be less than or equal to conn_Interval_Max. Minimum connection interval will be connIntvMin * 1.25 ms Time Range: 7.5 ms to 4 sec

◆ connIntvMax

uint16_t cy_stc_ble_gap_conn_update_param_info_t::connIntvMax

Maximum value for the connection event interval.

This shall be greater than or equal to conn_Interval_Min. Maximum connection interval will be connIntvMax * 1.25 ms Time Range: 7.5 ms to 4 sec

◆ connLatency

uint16_t cy_stc_ble_gap_conn_update_param_info_t::connLatency

Slave latency for the connection in number of connection events.

Range: 0x0000 to 0x01F3

◆ supervisionTO

uint16_t cy_stc_ble_gap_conn_update_param_info_t::supervisionTO

Supervision timeout for the LE Link.

Supervision timeout will be supervisionTO * 10 ms Time Range: 100 msec to 32 secs