Loading android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java +9 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ import android.text.TextUtils; import android.util.Log; import com.android.bluetooth.hfp.BluetoothHeadsetProxy; import com.android.bluetooth.hfp.HeadsetService; import androidx.annotation.VisibleForTesting; Loading Loading @@ -657,7 +658,14 @@ public class BluetoothInCallService extends InCallService { + addressType); } if (mBluetoothHeadset != null) { if (mBluetoothHeadset == null) { Log.w(TAG, "mBluetoothHeasdset is null when sending clcc for BluetoothCall " + index + ", " + direction + ", " + state + ", " + isPartOfConference + ", " + addressType); } else { mBluetoothHeadset.clccResponse( index, direction, state, 0, isPartOfConference, address, addressType); } Loading Loading
android/app/src/com/android/bluetooth/telephony/BluetoothInCallService.java +9 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ import android.text.TextUtils; import android.util.Log; import com.android.bluetooth.hfp.BluetoothHeadsetProxy; import com.android.bluetooth.hfp.HeadsetService; import androidx.annotation.VisibleForTesting; Loading Loading @@ -657,7 +658,14 @@ public class BluetoothInCallService extends InCallService { + addressType); } if (mBluetoothHeadset != null) { if (mBluetoothHeadset == null) { Log.w(TAG, "mBluetoothHeasdset is null when sending clcc for BluetoothCall " + index + ", " + direction + ", " + state + ", " + isPartOfConference + ", " + addressType); } else { mBluetoothHeadset.clccResponse( index, direction, state, 0, isPartOfConference, address, addressType); } Loading