Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3328a2ca authored by Benson Li's avatar Benson Li Committed by android-build-merger
Browse files

Merge "HFP: Send caller ID in +CLIP command (1/4)" am: 6c4c8aeb am: d09c0d88

am: 66ba8e8d

Change-Id: I1ecad6c8d3defd67fd06cb25c32243cd7c4f80a3
parents 21c9a426 66ba8e8d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -973,11 +973,11 @@ public final class BluetoothHeadset implements BluetoothProfile {
     */
    @UnsupportedAppUsage
    public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
            int type) {
            int type, String name) {
        final IBluetoothHeadset service = mService;
        if (service != null && isEnabled()) {
            try {
                service.phoneStateChanged(numActive, numHeld, callState, number, type);
                service.phoneStateChanged(numActive, numHeld, callState, number, type, name);
            } catch (RemoteException e) {
                Log.e(TAG, e.toString());
            }