![]() |
S332 SoftDevice
v2.0.0
|
Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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 |
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.
Connection Bandwidth Configuration |
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.