Loading bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/CodecType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -41,4 +41,5 @@ enum CodecType { APTX_HD = 4, LDAC = 5, LC3 = 6, VENDOR = 7, } bluetooth/audio/aidl/android/hardware/bluetooth/audio/CodecType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,5 @@ enum CodecType { APTX_HD, LDAC, LC3, VENDOR, } bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,7 @@ BluetoothAudioCodecs::GetA2dpOffloadCodecCapabilities( kDefaultOffloadLc3Capability); break; case CodecType::UNKNOWN: case CodecType::VENDOR: codec_capability = {}; break; } Loading Loading @@ -420,6 +421,7 @@ bool BluetoothAudioCodecs::IsOffloadCodecConfigurationValid( } break; case CodecType::UNKNOWN: case CodecType::VENDOR: break; } return false; Loading Loading
bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/CodecType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -41,4 +41,5 @@ enum CodecType { APTX_HD = 4, LDAC = 5, LC3 = 6, VENDOR = 7, }
bluetooth/audio/aidl/android/hardware/bluetooth/audio/CodecType.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,5 @@ enum CodecType { APTX_HD, LDAC, LC3, VENDOR, }
bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,7 @@ BluetoothAudioCodecs::GetA2dpOffloadCodecCapabilities( kDefaultOffloadLc3Capability); break; case CodecType::UNKNOWN: case CodecType::VENDOR: codec_capability = {}; break; } Loading Loading @@ -420,6 +421,7 @@ bool BluetoothAudioCodecs::IsOffloadCodecConfigurationValid( } break; case CodecType::UNKNOWN: case CodecType::VENDOR: break; } return false; Loading