diff options
| author | 2023-03-29 17:25:21 +0000 | |
|---|---|---|
| committer | 2023-03-29 17:25:21 +0000 | |
| commit | aa37865c19bdf36a89278246ff6275ab4db7c80e (patch) | |
| tree | 08afe178048de03b331dec8c4c95e9749c442255 /framework/api | |
| parent | d3e9b02bbca3ac2950b7e578bae1cd797c172689 (diff) | |
Update Opus over A2DP to use BluetoothCodecConfig api
Bug: 240635097
Test: sink device using bds-dev
Ignore-AOSP-First: TM QPR1 Feature
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:572b8b9301a6654f8f34128427b1a0ca3f12be59)
Merged-In: I113bc8b9f7a2bc17ae483929a2d7574f200e405f
Change-Id: I113bc8b9f7a2bc17ae483929a2d7574f200e405f
Diffstat (limited to 'framework/api')
| -rw-r--r-- | framework/api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/api/current.txt b/framework/api/current.txt index 18f4b4dc33..629717530f 100644 --- a/framework/api/current.txt +++ b/framework/api/current.txt @@ -457,6 +457,7 @@ package android.bluetooth { field public static final int SOURCE_CODEC_TYPE_INVALID = 1000000; // 0xf4240 field public static final int SOURCE_CODEC_TYPE_LC3 = 5; // 0x5 field public static final int SOURCE_CODEC_TYPE_LDAC = 4; // 0x4 + field public static final int SOURCE_CODEC_TYPE_OPUS = 6; // 0x6 field public static final int SOURCE_CODEC_TYPE_SBC = 0; // 0x0 } |