MT2523 API Reference
LinkIt SDK v4
|
The struct of BT_AVRCP_LIST_APP_SETTING_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 the attribute_list. More... | |
union { | |
struct { | |
uint8_t number | |
The number of members in the attribute_list. More... | |
bt_avrcp_list_attributes_response_value_t * attribute_list | |
The list of player application setting attribute IDs. More... | |
} | |
uint8_t * data | |
The fragmented data. More... | |
}; | |
The struct of BT_AVRCP_LIST_APP_SETTING_ATTRIBUTES_CNF.
bt_avrcp_list_attributes_response_value_t* attribute_list |
The list of player application setting attribute IDs.
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 packet type indicates if it is fragmented.