Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_avrcp_get_folder_items_rsp Struct Reference

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.

Detailed Description

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:

Note
All multi-octet fields are in big-endian format and need conversion using sys_be16_to_cpu(), sys_be32_to_cpu() etc.

Field Documentation

◆ items

uint8_t bt_avrcp_get_folder_items_rsp::items[]

Sequence of items, each begins with bt_avrcp_item_hdr.

◆ num_items

uint16_t bt_avrcp_get_folder_items_rsp::num_items

Number of items in this response.

◆ status

uint8_t bt_avrcp_get_folder_items_rsp::status

◆ uid_counter

uint16_t bt_avrcp_get_folder_items_rsp::uid_counter

UID counter.


The documentation for this struct was generated from the following file: