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

Commit 109e8ce1 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Telecom: Send call state update to newly connected BluetoothHeadset service am: e3e2f6de

am: 0a4c7fe0

Change-Id: Ic1f037ce1628b57286317242b98714c14331a0d5
parents 1a9ce1ea 0a4c7fe0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -408,6 +408,7 @@ public class BluetoothPhoneServiceImpl {
                public void onServiceConnected(int profile, BluetoothProfile proxy) {
                    synchronized (mLock) {
                        setBluetoothHeadset(new BluetoothHeadsetProxy((BluetoothHeadset) proxy));
                        updateHeadsetWithCallState(true /* force */);
                    }
                }