Structure representing the BLE buffer statistics.

This structure is used to define the parameters for BLE buffer statistics, including the utilization of Asynchronous Connection-Less (ACL) buffers and command packet buffers.

Public Attributes#

uint8_t

Utilization of ACL (Asynchronous Connection-Less) buffers.

uint8_t

Utilization of command packet buffers.

Public Attribute Documentation#

acl_buffer_utilization#

uint8_t chip_ble_buffers_stats_s::acl_buffer_utilization

Utilization of ACL (Asynchronous Connection-Less) buffers.


Definition at line 1918 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h

cp_buffer_utilization#

uint8_t chip_ble_buffers_stats_s::cp_buffer_utilization

Utilization of command packet buffers.


Definition at line 1920 of file components/device/silabs/si91x/wireless/ble/inc/rsi_ble_apis.h