AIROC™ BTSDK v4.0 - Documentation | ||||
Data Structures | |
struct | wiced_bt_buffer_statistics_t |
AIROC Bluetooth dynamic buffer statistics. More... | |
Typedefs | |
typedef struct wiced_pool_t | wiced_bt_buffer_pool_t |
wiced buffer pool | |
Functions | |
uint32_t | wiced_memory_get_free_bytes (void) |
Function wiced_memory_get_free_bytes. More... | |
wiced_bool_t | wiced_memory_set_application_thread_stack_size (uint16_t new_stack_size) |
Function wiced_memory_set_application_thread_stack_size. More... | |
wiced_bt_buffer_pool_t * | wiced_bt_create_pool (uint32_t buffer_size, uint32_t buffer_cnt) |
Function wiced_bt_create_pool. More... | |
void * | wiced_bt_get_buffer_from_pool (wiced_bt_buffer_pool_t *p_pool) |
Function wiced_bt_get_buffer_from_pool. More... | |
uint32_t | wiced_bt_get_buffer_count (wiced_bt_buffer_pool_t *p_pool) |
Function wiced_bt_get_buffer_count. More... | |
void * | wiced_bt_get_buffer (uint16_t buffer_size) |
Function wiced_bt_get_buffer. More... | |
void | wiced_bt_free_buffer (void *p_buf) |
Function wiced_bt_free_buffer. More... | |
uint32_t | wiced_bt_get_buffer_size (void *p_buf) |
Function wiced_bt_get_buffer_size. More... | |
wiced_result_t | wiced_bt_get_buffer_usage (wiced_bt_buffer_statistics_t *p_buffer_stat, uint16_t size) |
Function wiced_bt_get_buffer_usage. More... | |
void * | wiced_memory_allocate (uint32_t size) |
Function wiced_memory_allocate. More... | |
void | wiced_memory_free (void *memoryBlock) |
Function wiced_memory_free. More... | |
uint16_t | wiced_bt_buffer_poolutilization (uint8_t pool_id) |
Get specific buffer pool utilization. More... | |
void * | wiced_memory_permanent_allocate (uint32_t size) |
Allocates memory for permanent usage. More... | |