AIROC™ BTSDK v4.8 - Documentation | ||||
Typedefs | |
typedef struct BUFFER_POOL_T | wiced_bt_buffer_pool_t |
wiced buffer pool | |
struct { | |
uint8_t pool_id | |
pool id | |
uint16_t pool_size | |
pool buffer size | |
uint16_t current_allocated_count | |
number of buffers currently allocated | |
uint16_t max_allocated_count | |
maximum number of buffers allocated at any time | |
uint16_t total_count | |
total number of buffers | |
} | wiced_bt_buffer_statistics_t |
AIROC Bluetooth dynamic buffer statistics. | |