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

Commit 0623913f 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...

Telecom: Send call state update to newly connected BluetoothHeadset service am: e3e2f6de am: 0a4c7fe0
am: 109e8ce1

Change-Id: Icb41d49c75f909003f6ab2efc11e2f2f85519939
parents 59882319 109e8ce1
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 */);
                    }
                }