Bluetooth Host Stack Library
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
wiced_bt_buffer_q_t Struct Reference

Description

This queue is a general purpose buffer queue, for application use.

Data Fields

wiced_bt_buffer_tp_first
 Pointer to first buffer.
 
wiced_bt_buffer_tp_last
 Pointer to Last buffer.
 
uint32_t count
 Number of buffer in queue.
 
wiced_bt_lock_t lock
 Lock provided by appliction.