The structure of update connection parameter request. More...
#include <bf0_ble_gap.h>
Data Fields | |
| uint8_t | conn_idx |
| Connection index. | |
| uint16_t | intv_min |
| uint16_t | intv_max |
| uint16_t | latency |
| Latency. Allowed range is 0 to ((time_out / (conn_intv)) - 1) | |
| uint16_t | time_out |
| Supervision timeout (in unit of 10ms). Allowed range is 100ms to 32s. | |
| uint16_t | ce_len_min |
| Minimum Connection Event Duration (in unit of 625us) | |
| uint16_t | ce_len_max |
| Maximum Connection Event Duration (in unit of 625us) | |
The structure of update connection parameter request.
| uint16_t ble_gap_update_conn_param_t::intv_max |
Connection interval maximum. Shall be greater than or equal to intv_min value. Allowed range is 7.5ms to 4s
| uint16_t ble_gap_update_conn_param_t::intv_min |
Connection interval minimum. Shall be less than or equal to intv_max value. Allowed range is 7.5ms to 4s