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

Folder item (item_type=0x02). More...

#include <zephyr/bluetooth/classic/avrcp.h>

Data Fields

struct bt_avrcp_item_hdr hdr
uint8_t uid [8]
 64-bit Folder UID
uint8_t folder_type
 bt_avrcp_folder_type_t
uint8_t playable
 0=non-playable, 1=playable
uint16_t charset_id
 Character set ID for name, see bt_avrcp_charset_t.
uint16_t name_len
 Length of the name in bytes.
uint8_t name []
 Folder name string data.

Detailed Description

Folder item (item_type=0x02).

Field Documentation

◆ charset_id

uint16_t bt_avrcp_folder_item::charset_id

Character set ID for name, see bt_avrcp_charset_t.

◆ folder_type

uint8_t bt_avrcp_folder_item::folder_type

◆ hdr

struct bt_avrcp_item_hdr bt_avrcp_folder_item::hdr

◆ name

uint8_t bt_avrcp_folder_item::name[]

Folder name string data.

◆ name_len

uint16_t bt_avrcp_folder_item::name_len

Length of the name in bytes.

◆ playable

uint8_t bt_avrcp_folder_item::playable

0=non-playable, 1=playable

◆ uid

uint8_t bt_avrcp_folder_item::uid[8]

64-bit Folder UID


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