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

Description

Current Connection Parameters used by controller.

Data Fields

uint8_t status
 Status corresponding to this event will be the HCI error code as defined in BLE spec 4.1.
 
uint16_t connIntv
 Connection interval used on this connection. More...
 
uint16_t connLatency
 Slave latency for the connection in a number of connection events. More...
 
uint16_t supervisionTO
 Supervision timeout for the LE Link. More...
 
uint8_t bdHandle
 bd handle of the remote device
 

Field Documentation

◆ connIntv

uint16_t cy_stc_ble_gap_conn_param_updated_in_controller_t::connIntv

Connection interval used on this connection.

Range: 0x0006 to 0x0C80 Time Range: 7.5 ms to 4 sec

◆ connLatency

uint16_t cy_stc_ble_gap_conn_param_updated_in_controller_t::connLatency

Slave latency for the connection in a number of connection events.

Range: 0x0000 to 0x01F3

◆ supervisionTO

uint16_t cy_stc_ble_gap_conn_param_updated_in_controller_t::supervisionTO

Supervision timeout for the LE Link.

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