S145 SoftDevice for nRF54LM20 API documentation 10.0.0
Loading...
Searching...
No Matches

BLE connection configuration type, wrapping the module specific configurations, set with sd_ble_cfg_set. More...

#include </home/runner/work/sdk-nrf-bm/sdk-nrf-bm/sdk-nrf-bm/nrf-bm/components/softdevice/nrf54lm/s145/s145_API/include/ble.h>

Data Fields

uint8_t conn_cfg_tag
 
union { 
 
   ble_gap_conn_cfg_t   gap_conn_cfg 
 
   ble_gattc_conn_cfg_t   gattc_conn_cfg 
 
   ble_gatts_conn_cfg_t   gatts_conn_cfg 
 
   ble_gatt_conn_cfg_t   gatt_conn_cfg 
 
params 
 

Detailed Description

BLE connection configuration type, wrapping the module specific configurations, set with sd_ble_cfg_set.

Note
Connection configurations don't have to be set. In the case that no configurations has been set, or fewer connection configurations has been set than enabled connections, the default connection configuration will be automatically added for the remaining connections. When creating connections with the default configuration, BLE_CONN_CFG_TAG_DEFAULT should be used in place of ble_conn_cfg_t::conn_cfg_tag.
See also
sd_ble_gap_adv_start()
sd_ble_gap_connect()
Relevant Message Sequence Charts
Connection Configuration

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