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

AVRCP Controller 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_client client
 BIP client instance.
struct bt_avrcp_ct * ct
 Associated AVRCP controller.
struct bt_conn * conn
 Bluetooth connection.

Detailed Description

AVRCP Controller Cover Art structure.

This structure represents an AVRCP Controller Cover Art instance, which handles cover art retrieval from AVRCP Target devices.

Field Documentation

◆ bip

struct bt_bip bt_avrcp_cover_art_ct::bip

Basic Image Profile instance.

◆ client

struct bt_bip_client bt_avrcp_cover_art_ct::client

BIP client instance.

◆ conn

struct bt_conn* bt_avrcp_cover_art_ct::conn

Bluetooth connection.

◆ ct

struct bt_avrcp_ct* bt_avrcp_cover_art_ct::ct

Associated AVRCP controller.


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