S130 SoftDevice v2.0.0
Data Fields
ble_conn_bw_count_t Struct Reference

BLE bandwidth count parameters. More...

#include <ble.h>

Data Fields

uint8_t high_count
 
uint8_t mid_count
 
uint8_t low_count
 

Detailed Description

BLE bandwidth count parameters.

These parameters are used to configure the memory pools allocated within the SoftDevice for application packets

(both transmission and reception) for all connections.

Note
The sum of all three counts must add up to the sum of ble_gap_enable_params_t::central_conn_count and

ble_gap_enable_params_t::periph_conn_count in ble_gap_enable_params_t.

Field Documentation

uint8_t ble_conn_bw_count_t::high_count

Total number of high bandwidth TX or RX memory pools available to the application at runtime for all active connections.

uint8_t ble_conn_bw_count_t::low_count

Total number of low bandwidth TX or RX memory pools available to the application at runtime for all active connections.

uint8_t ble_conn_bw_count_t::mid_count

Total number of medium bandwidth TX or RX memory pools available to the application at runtime for all active connections.


Documentation feedback | Developer Zone | Updated