S132 SoftDevice v3.0.0
Data Fields
ble_conn_bw_counts_t Struct Reference

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

#include <ble.h>

Data Fields

ble_conn_bw_count_t tx_counts
 
ble_conn_bw_count_t rx_counts
 

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
Connection Bandwidth Configuration

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.


Documentation feedback | Developer Zone | Subscribe | Updated