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

Commit f7365683 authored by Sandeep Samdaria's avatar Sandeep Samdaria Committed by Gerrit Code Review
Browse files

Merge "Use avrcp control version sysprop" into main

parents c99cce79 e3b68ac1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -723,7 +723,8 @@ static void bta_av_api_register(tBTA_AV_DATA* p_data) {
            bta_ar_reg_avrc_for_src_sink_coexist(
                UUID_SERVCLASS_AV_REMOTE_CONTROL, NULL, NULL,
                p_bta_av_cfg->avrc_ct_cat, BTA_ID_AVK,
                (bta_av_cb.features & BTA_AV_FEAT_BROWSE), AVRC_REV_1_5);
                (bta_av_cb.features & BTA_AV_FEAT_BROWSE),
                AVRC_GetControlProfileVersion());
        } else {
          if (profile_initialized == UUID_SERVCLASS_AUDIO_SOURCE &&
              !is_new_avrcp_enabled()) {