Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 712b42a7 authored by Sal Savage's avatar Sal Savage
Browse files

Indicate support for controller cover art feature in SDP record

Bug: b/132812696
Test: Inspect SDP record of controller device using linux sdptool --raw
--bdaddr <device-mac> 0x110F and check the 0x0311 attribute for bits 7,
8 and 9 being set to 1, 1, and 0.
Change-Id: I3ae62ff7c65700602004871a35f4513a222353a4
parent 7ed577a5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -42,7 +42,10 @@ const uint32_t bta_av_meta_caps_co_ids[] = {AVRC_CO_METADATA, AVRC_CO_BROADCOM};

/* AVRCP supported categories */
#define BTA_AV_RC_SUPF_CT (AVRC_SUPF_CT_CAT2)
#define BTA_AVK_RC_SUPF_CT (AVRC_SUPF_CT_CAT1 | AVRC_SUPF_CT_BROWSE)
#define BTA_AVK_RC_SUPF_CT (AVRC_SUPF_CT_CAT1 |                     \
                            AVRC_SUPF_CT_BROWSE |                   \
                            AVRC_SUPF_CT_COVER_ART_GET_IMAGE_PROP | \
                            AVRC_SUPF_CT_COVER_ART_GET_IMAGE)
#define BTA_AVK_RC_SUPF_TG (AVRC_SUPF_TG_CAT2)

/* AVRCP Controller and Targer default name */