Connection parameters.
#include <at_ble_api.h>
Data Fields | |
uint16_t | ce_len_max |
Maximum CE length. More... | |
uint16_t | ce_len_min |
Minimum CE length. More... | |
uint16_t | con_intv_max |
Maximum of connection interval. More... | |
uint16_t | con_intv_min |
Minimum of connection interval. More... | |
uint16_t | con_latency |
Connection latency. More... | |
uint16_t | superv_to |
Link supervision time-out. More... | |
uint16_t at_ble_connection_params_t::ce_len_max |
Maximum CE length.
Referenced by at_ble_conn_update_reply(), at_ble_connect(), and at_ble_connection_param_update().
uint16_t at_ble_connection_params_t::ce_len_min |
Minimum CE length.
Referenced by at_ble_conn_update_reply(), at_ble_connect(), and at_ble_connection_param_update().
uint16_t at_ble_connection_params_t::con_intv_max |
Maximum of connection interval.
Referenced by at_ble_connect(), at_ble_connection_param_update(), and gapc_param_update_req_ind().
uint16_t at_ble_connection_params_t::con_intv_min |
Minimum of connection interval.
Referenced by at_ble_connect(), at_ble_connection_param_update(), and gapc_param_update_req_ind().
uint16_t at_ble_connection_params_t::con_latency |
Connection latency.
Referenced by at_ble_connect(), at_ble_connection_param_update(), and gapc_param_update_req_ind().
uint16_t at_ble_connection_params_t::superv_to |
Link supervision time-out.
Referenced by at_ble_connect(), at_ble_connection_param_update(), and gapc_param_update_req_ind().