![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the shared buffer structure. More...
#include <bt_codec.h>
Data Fields | |
| uint8_t * | buffer_base |
| Pointer to the ring buffer. More... | |
| int32_t | buffer_size |
| Size of the ring buffer. More... | |
| int32_t | write |
| Index of the ring buffer to write the data. More... | |
| int32_t | read |
| Index of the ring buffer to read the data. More... | |
| void * | param |
| Extended parameter or information. More... | |
This structure defines the shared buffer structure.
| uint8_t* buffer_base |
Pointer to the ring buffer.
| int32_t buffer_size |
Size of the ring buffer.
| void* param |
Extended parameter or information.
| int32_t read |
Index of the ring buffer to read the data.
| int32_t write |
Index of the ring buffer to write the data.