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

Commit 838470fd authored by Ted Wang's avatar Ted Wang
Browse files

Update AVRCP default version to 1.5

Bug: 190553009
Bug: 190462248
Test: make; Check sdp record
Change-Id: I079edc35f7733f8dd63c4577b72be1320a3de499
Merged-In: I079edc35f7733f8dd63c4577b72be1320a3de499
parent 0af18518
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -624,7 +624,8 @@ static void bta_av_api_register(tBTA_AV_DATA* p_data) {
         *
         * We create 1.4 for SINK since we support browsing.
         */
        if (profile_initialized == UUID_SERVCLASS_AUDIO_SOURCE) {
        if (profile_initialized == UUID_SERVCLASS_AUDIO_SOURCE &&
            !is_new_avrcp_enabled()) {
          bta_ar_reg_avrc(UUID_SERVCLASS_AV_REMOTE_CONTROL, NULL, NULL,
                          p_bta_av_cfg->avrc_ct_cat,
                          (bta_av_cb.features & BTA_AV_FEAT_BROWSE),
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
#endif

#ifndef AVRC_DEFAULT_VERSION
#define AVRC_DEFAULT_VERSION AVRC_1_4_STRING
#define AVRC_DEFAULT_VERSION AVRC_1_5_STRING
#endif

/* Supported categories */