summaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothCodecConfig.java
diff options
context:
space:
mode:
authorEtienne Ruffieux <eruffieux@google.com>2022-03-08 13:37:12 +0000
committerEtienne Ruffieux <eruffieux@google.com>2022-03-08 13:43:23 +0000
commitd3c62fdc1247a02431a28cca0f547fa94c388dfa (patch)
treea0615e5fe77061921a134ef831455622e2a1f661 /framework/java/android/bluetooth/BluetoothCodecConfig.java
parentfcc1bce477415de2a792ffa2a1c701ea962627af (diff)
Hide Bluetooth codec classes constructors
Added BluetoothCodecStatus Builder and hid constructor. Hid BluetoothCodecConfig constructor. Bug: 222540543 Bug: 222539659 Test: atest BluetoothCodecsTest Tag: #feature Change-Id: I6836e31ed4a689fb327b3ad94ab5df7d144da06a
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothCodecConfig.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothCodecConfig.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/java/android/bluetooth/BluetoothCodecConfig.java b/framework/java/android/bluetooth/BluetoothCodecConfig.java
index 098605b799..faaa6cf506 100644
--- a/framework/java/android/bluetooth/BluetoothCodecConfig.java
+++ b/framework/java/android/bluetooth/BluetoothCodecConfig.java
@@ -273,6 +273,7 @@ public final class BluetoothCodecConfig implements Parcelable {
* values to 0.
*
* @param codecType the source codec type
+ * @hide
*/
public BluetoothCodecConfig(@SourceCodecType int codecType) {
this(codecType, BluetoothCodecConfig.CODEC_PRIORITY_DEFAULT,