Home
last modified time | relevance | path

Searched refs:btCodec (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DAudioSystem.java272 public static @AudioFormatNativeEnumForBtCodec int bluetoothCodecToAudioFormat(int btCodec) { in bluetoothCodecToAudioFormat() argument
273 switch (btCodec) { in bluetoothCodecToAudioFormat()
285 Log.e(TAG, "Unknown BT codec 0x" + Integer.toHexString(btCodec) in bluetoothCodecToAudioFormat()