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

Commit 272b58d2 authored by Chen Chen's avatar Chen Chen
Browse files

Bluetooth updateability: Move BluetoothPhoneService out from Telecom

Bug: 147244266
Test: Fully test hfp manually, and run BluetoothInCallServiceTest
Change-Id: If26bab4adc5be74f3822280008215dc012704a70
parent 40a5fa33
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -36,19 +36,6 @@ public class BluetoothHeadsetProxy {
        mBluetoothHeadset = headset;
    }

    public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
            String number, int type) {

        mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
    }

    public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
            int type, String name) {

        mBluetoothHeadset.phoneStateChanged(numActive, numHeld, callState, number, type,
            name);
    }

    public List<BluetoothDevice> getConnectedDevices() {
        return mBluetoothHeadset.getConnectedDevices();
    }
Loading