Microchip® Advanced Software Framework

at_ble_connection_params_t Struct Reference

Connection parameters.

#include <at_ble_api.h>

Data Fields

uint16_t ce_len_max
 Maximum CE length N (Value Time = N * 0.625 ms) More...
 
uint16_t ce_len_min
 Minimum CE length N (Value Time = N * 0.625 ms) More...
 
uint16_t con_intv_max
 Maximum connection interval N (Value Time = N *1.25 ms) More...
 
uint16_t con_intv_min
 Minimum connection interval N (Value Time = N *1.25 ms) More...
 
uint16_t con_latency
 Connection latency (number of events) More...
 
uint16_t superv_to
 Link supervision time-out N (Value Time = N * 10 ms) More...
 

uint16_t at_ble_connection_params_t::ce_len_max

Maximum CE length N (Value Time = N * 0.625 ms)

Maximum CE length.

Referenced by at_ble_conn_update_reply(), at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), and gap_dev_connect().

uint16_t at_ble_connection_params_t::ce_len_min

Minimum CE length N (Value Time = N * 0.625 ms)

Minimum CE length.

Referenced by at_ble_conn_update_reply(), at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), and gap_dev_connect().

uint16_t at_ble_connection_params_t::con_intv_max

Maximum connection interval N (Value Time = N *1.25 ms)

Maximum of connection interval.

Referenced by at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), gap_dev_connect(), and gapc_param_update_req_ind().

uint16_t at_ble_connection_params_t::con_intv_min

Minimum connection interval N (Value Time = N *1.25 ms)

Minimum of connection interval.

Referenced by at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), gap_dev_connect(), and gapc_param_update_req_ind().

uint16_t at_ble_connection_params_t::con_latency

Connection latency (number of events)

Connection latency.

Referenced by at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), gap_dev_connect(), and gapc_param_update_req_ind().

uint16_t at_ble_connection_params_t::superv_to

Link supervision time-out N (Value Time = N * 10 ms)

Link supervision time-out.

Referenced by at_ble_connect(), at_ble_connection_param_update(), ble_scan_info(), gap_dev_connect(), and gapc_param_update_req_ind().