|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
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. | |
Folder item (item_type=0x02).
| uint16_t bt_avrcp_folder_item::charset_id |
Character set ID for name, see bt_avrcp_charset_t.
| uint8_t bt_avrcp_folder_item::folder_type |
| struct bt_avrcp_item_hdr bt_avrcp_folder_item::hdr |
| uint8_t bt_avrcp_folder_item::name[] |
Folder name string data.
| uint16_t bt_avrcp_folder_item::name_len |
Length of the name in bytes.
| uint8_t bt_avrcp_folder_item::playable |
0=non-playable, 1=playable
| uint8_t bt_avrcp_folder_item::uid[8] |
64-bit Folder UID