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

Commit 588515ea authored by weichinweng's avatar weichinweng
Browse files

Fix bluetooth can't turn off during network reset (3/3)

Add onFactoryReset into IBluetoothManager interface.

Bug: 110181479
Test: manual
Change-Id: Ic36ffd63c376f84e3c9f0388820da86f63465c8f
Merged-In: Ic36ffd63c376f84e3c9f0388820da86f63465c8f
parent 1ef9ad9d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ interface IBluetoothManager
    String getAddress();
    String getName();

    boolean onFactoryReset();

    boolean isBleScanAlwaysAvailable();
    int updateBleAppCount(IBinder b, boolean enable, String packageName);
    boolean isBleAppPresent();