S112 SoftDevice v5.1.0
Data Fields
ble_common_opt_conn_evt_ext_t Struct Reference

Configuration of extended BLE connection events. More...

#include <ble.h>

Data Fields

uint8_t enable: 1
 

Detailed Description

Configuration of extended BLE connection events.

When enabled the SoftDevice will dynamically extend the connection event when possible.

The connection event length is controlled by the connection configuration as set by ble_gap_conn_cfg_t::event_length. The connection event can be extended if there is time to send another packet pair before the start of the next connection interval, and if there are no conflicts with other BLE roles requesting radio time.

Note
sd_ble_opt_get is not supported for this option.

Field Documentation

uint8_t ble_common_opt_conn_evt_ext_t::enable

Enable extended BLE connection events, disabled by default.


Documentation feedback | Developer Zone | Subscribe | Updated