![]() |
MT2523 API Reference
LinkIt SDK v4
|
The struct of BT_AVRCP_GET_ELEMENT_ATTRIBUTES_CNF. More...
#include <bt_avrcp.h>
Data Fields | |
| uint32_t | handle |
| The connection handle of the AVRCP. More... | |
| bt_avrcp_metadata_packet_type_t | packet_type |
| The packet type indicates if it is fragmented. More... | |
| uint16_t | length |
| The total length of attribute_list. More... | |
| union { | |
| struct { | |
| uint8_t number | |
| The number of members in the attribute_list. More... | |
| bt_avrcp_get_element_attributes_response_value_t * attribute_list | |
| The list of response values for requested media attribute ID. More... | |
| } | |
| uint8_t * data | |
| The fragmented data. More... | |
| }; | |
The struct of BT_AVRCP_GET_ELEMENT_ATTRIBUTES_CNF.
| bt_avrcp_get_element_attributes_response_value_t* attribute_list |
The list of response values for requested media attribute ID.
| uint8_t* data |
The fragmented data.
If the packet type is BT_AVRCP_METADATA_PACKET_TYPE_CONTINUE or BT_AVRCP_METADATA_PACKET_TYPE_END, the application should use the data to compose a complete attribute list.
| uint32_t handle |
The connection handle of the AVRCP.
| uint16_t length |
The total length of attribute_list.
| uint8_t number |
The number of members in the attribute_list.
| bt_avrcp_metadata_packet_type_t packet_type |
The packet type indicates if it is fragmented.