|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
AVRCP Target Cover Art structure. More...
#include <zephyr/bluetooth/classic/avrcp_cover_art.h>
Data Fields | |
| struct bt_bip | bip |
| Basic Image Profile instance. | |
| struct bt_bip_server | server |
| BIP server instance. | |
| struct bt_avrcp_tg * | tg |
| Associated AVRCP target. | |
| struct bt_conn * | conn |
| Bluetooth connection. | |
AVRCP Target Cover Art structure.
This structure represents an AVRCP Target Cover Art instance, which serves cover art to AVRCP Controller devices.
| struct bt_bip bt_avrcp_cover_art_tg::bip |
Basic Image Profile instance.
| struct bt_conn* bt_avrcp_cover_art_tg::conn |
Bluetooth connection.
| struct bt_bip_server bt_avrcp_cover_art_tg::server |
BIP server instance.
| struct bt_avrcp_tg* bt_avrcp_cover_art_tg::tg |
Associated AVRCP target.