![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the data type of the parameter in the callback for BT_A2DP_STREAMING_RECEIVED_IND event. More...
#include <bt_a2dp.h>
Data Fields | |
| uint32_t | handle |
| A2DP handle. More... | |
| uint8_t * | data_node |
| Media data pointer. More... | |
| uint16_t | total_length |
| The total length of Media packet. More... | |
| uint16_t | media_offset |
| The offset of media payload from the whole packet. More... | |
This structure defines the data type of the parameter in the callback for BT_A2DP_STREAMING_RECEIVED_IND event.
| uint8_t* data_node |
Media data pointer.
| uint32_t handle |
A2DP handle.
| uint16_t media_offset |
The offset of media payload from the whole packet.
| uint16_t total_length |
The total length of Media packet.