ble_conn_bw_counts_t

S130 SoftDevice v2.0.0 API

S130 SoftDevice v2.0.0

BLE bandwidth global memory pool configuration parameters. More...

#include <ble.h>

Detailed Description

BLE bandwidth global memory pool configuration parameters.

These configuration parameters are used to set the amount of memory dedicated to application packets for

all connections. The application should specify the most demanding configuration for the intended use.

Please refer to the SoftDevice Specification for more information on bandwidth configuration.

Note
Each connection created at runtime requires both a TX and an RX memory pool. By the use of these configuration

parameters, the application can decide the size and total number of the global memory pools that will be later

available for connection creation.

Relevant Message Sequence Charts

Field Documentation

ble_conn_bw_count_t ble_conn_bw_counts_t::rx_counts

Global memory pool configuration for reception.

ble_conn_bw_count_t ble_conn_bw_counts_t::tx_counts

Global memory pool configuration for transmission.