S115 SoftDevice for nRF54LV10 API documentation 10.0.0
Loading...
Searching...
No Matches
ble_gap_conn_params_t Struct Reference

GAP connection parameters. More...

#include </home/runner/work/sdk-nrf-bm/sdk-nrf-bm/sdk-nrf-bm/nrf-bm/components/softdevice/nrf54lv/s115/s115_API/include/ble_gap.h>

Data Fields

uint16_t min_conn_interval
 
uint16_t max_conn_interval
 
uint16_t slave_latency
 
uint16_t conn_sup_timeout
 

Detailed Description

GAP connection parameters.

Note
When ble_conn_params_t is received in an event, both min_conn_interval and max_conn_interval will be equal to the connection interval set by the central.
If both conn_sup_timeout and max_conn_interval are specified, then the following constraint applies: The conn_sup_timeout converted to milliseconds shall be larger than (1 + slave_latency) * max_conn_interval_ms * 2 where max_conn_interval_ms is max_conn_interval converted to milliseconds.

The documentation for this struct was generated from the following file: