![]() |
MT2523 API Reference
LinkIt SDK v4
|
The struct of BT_AVRCP_GET_APP_SETTING_VALUE_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 packed type indicates if it is fragmented. More... | |
| uint16_t | length |
| The total length of the attribute_list. More... | |
| union { | |
| struct { | |
| uint8_t number | |
| The number of members in the attribute_list. More... | |
| bt_avrcp_app_setting_value_t * attribute_list | |
| The list of requested player application setting attribute ID and corresponding setting value. More... | |
| } | |
| uint8_t * data | |
| The fragmented data. More... | |
| }; | |
The struct of BT_AVRCP_GET_APP_SETTING_VALUE_CNF.
| bt_avrcp_app_setting_value_t* attribute_list |
The list of requested player application setting attribute ID and corresponding setting value.
| 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 the attribute_list.
| uint8_t number |
The number of members in the attribute_list.
| bt_avrcp_metadata_packet_type_t packet_type |
The packed type indicates if it is fragmented.