Searched refs:currentCodecConfig (Results 1 – 1 of 1) sorted by relevance
274 BluetoothCodecConfig currentCodecConfig = currentCodecStatus.getCodecConfig(); in bluetoothA2dpSetCodecConfigPreference() local275 if (isSelectableCodec(codecConfig, currentCodecConfig) in bluetoothA2dpSetCodecConfigPreference()276 && codecConfig.getCodecSpecific1() == currentCodecConfig.getCodecSpecific1()) { in bluetoothA2dpSetCodecConfigPreference()277 Log.e("Same as current codec configuration " + currentCodecConfig); in bluetoothA2dpSetCodecConfigPreference()