|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
GetFolderItems response. More...
#include <zephyr/bluetooth/classic/avrcp.h>
Data Fields | |
| uint8_t | status |
| bt_avrcp_status_t | |
| uint16_t | uid_counter |
| UID counter. | |
| uint16_t | num_items |
| Number of items in this response. | |
| uint8_t | items [] |
| Sequence of items, each begins with bt_avrcp_item_hdr. | |
GetFolderItems response.
The items[] array contains a sequence of items, where each item starts with a bt_avrcp_item_hdr structure. Based on the item_type field in the header, the application should parse the item using the corresponding structure:
| uint8_t bt_avrcp_get_folder_items_rsp::items[] |
Sequence of items, each begins with bt_avrcp_item_hdr.
| uint16_t bt_avrcp_get_folder_items_rsp::num_items |
Number of items in this response.
| uint8_t bt_avrcp_get_folder_items_rsp::status |
| uint16_t bt_avrcp_get_folder_items_rsp::uid_counter |
UID counter.