AIROC™ BTSDK v4.7 - Documentation | ||||
GetFolderItems. More...
Data Fields | |
uint8_t | pdu |
PDU ID AVRC_PDU_GET_FOLDER_ITEMS. | |
wiced_bt_avrc_sts_t | status |
Not used in the command. | |
uint8_t | opcode |
Op Code. More... | |
uint8_t | scope |
Scope (see AVRC Scope) | |
uint32_t | start_item |
The offset within the listing of the item, which should be the first returned item. More... | |
uint32_t | end_item |
The offset within the listing of the item which should be the final returned item. More... | |
uint8_t | attr_count |
0 - all attributes, 0xff - no attributes, otherwise The following Attribute List contains this number of attributes | |
uint32_t * | p_attr_list |
Attributes which are requested to be returned for each item returned. More... | |
GetFolderItems.
uint32_t end_item |
The offset within the listing of the item which should be the final returned item.
uint8_t opcode |
Op Code.
Should be AVRC_OP_VENDOR
uint32_t* p_attr_list |
Attributes which are requested to be returned for each item returned.
uint32_t start_item |
The offset within the listing of the item, which should be the first returned item.
The first element in the listing is at offset 0.