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.


cp_buffer_utilization#

uint8_t chip_ble_buffers_stats_s::cp_buffer_utilization

Utilization of command packet buffers.