Home
last modified time | relevance | path

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

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