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

Commit 18f65396 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (1/2)"...

Merge "Bluetooth: Add AVRCP 1.3 as a developer option for AVRCP version (1/2)" into oc-mr1-dev am: 12b5100c
am: a6790ea3

Change-Id: I0962b96e470177faceff42193deff1b88830d4d2
parents 1346202d a6790ea3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@
    <!-- Titles for Bluetooth AVRCP Versions -->
    <string-array name="bluetooth_avrcp_versions">
        <item>AVRCP 1.4 (Default)</item>
        <item>AVRCP 1.3</item>
        <item>AVRCP 1.5</item>
        <item>AVRCP 1.6</item>
    </string-array>
@@ -112,6 +113,7 @@
    <!-- Values for Bluetooth AVRCP Versions -->
    <string-array name="bluetooth_avrcp_version_values">
        <item>avrcp14</item>
        <item>avrcp13</item>
        <item>avrcp15</item>
        <item>avrcp16</item>
    </string-array>