|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
AVRCP Media Attribute structure. More...
#include <zephyr/bluetooth/classic/avrcp.h>
Data Fields | |
| uint32_t | attr_id |
| Media attribute ID, see bt_avrcp_media_attr_t. | |
| uint16_t | charset_id |
| Character set ID, see bt_avrcp_charset_t. | |
| uint16_t | attr_len |
| Length of attribute value. | |
| uint8_t | attr_val [] |
| Attribute value data. | |
AVRCP Media Attribute structure.
| uint32_t bt_avrcp_media_attr::attr_id |
Media attribute ID, see bt_avrcp_media_attr_t.
| uint16_t bt_avrcp_media_attr::attr_len |
Length of attribute value.
| uint8_t bt_avrcp_media_attr::attr_val[] |
Attribute value data.
| uint16_t bt_avrcp_media_attr::charset_id |
Character set ID, see bt_avrcp_charset_t.