|
dragoon
4383
|
BLE GAP connection configuration parameters, set with sd_ble_cfg_set. More...
#include <ble_gap.h>
Data Fields | |
| uint8_t | conn_count |
| uint16_t | event_length |
BLE GAP connection configuration parameters, set with sd_ble_cfg_set.
| NRF_ERROR_CONN_COUNT | The connection count for the connection configurations is zero. |
| NRF_ERROR_INVALID_PARAM | One or more of the following is true:
|
| uint8_t ble_gap_conn_cfg_t::conn_count |
The number of concurrent connections the application can create with this configuration. The default and minimum value is BLE_GAP_CONN_COUNT_DEFAULT.
| uint16_t ble_gap_conn_cfg_t::event_length |
The time set aside for this connection on every connection interval in 1.25 ms units. The default value is BLE_GAP_EVENT_LENGTH_DEFAULT, the minimum value is BLE_GAP_EVENT_LENGTH_MIN. The event length and the connection interval are the primary parameters for setting the throughput of a connection. See the SoftDevice Specification for details on throughput.