This queue is a general purpose buffer queue, for application use.
Data Fields | |
| wiced_bt_buffer_t * | p_first |
| Pointer to first buffer. | |
| wiced_bt_buffer_t * | p_last |
| Pointer to Last buffer. | |
| uint32_t | count |
| Number of buffer in queue. | |
| wiced_bt_lock_t | lock |
| Lock provided by appliction. | |