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

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.

Detailed Description

AVRCP Target Cover Art structure.

This structure represents an AVRCP Target Cover Art instance, which serves cover art to AVRCP Controller devices.

Field Documentation

◆ bip

struct bt_bip bt_avrcp_cover_art_tg::bip

Basic Image Profile instance.

◆ conn

struct bt_conn* bt_avrcp_cover_art_tg::conn

Bluetooth connection.

◆ server

struct bt_bip_server bt_avrcp_cover_art_tg::server

BIP server instance.

◆ tg

struct bt_avrcp_tg* bt_avrcp_cover_art_tg::tg

Associated AVRCP target.


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