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

Commit e4fdebcf authored by Ugo Yu's avatar Ugo Yu
Browse files

Replacing updateBleAppCount to enableBle and disableBle

Bug: 139454316
Test: enableBle() -> disableBle() and check Bluetooth is OFF.
Change-Id: Ifa0b26af7b5c1eef65658948cffe6e409a787344
parent f5e46722
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ interface IBluetoothManager
    String getName();

    boolean isBleScanAlwaysAvailable();
    int updateBleAppCount(IBinder b, boolean enable, String packageName);
    boolean enableBle(String packageName, IBinder b);
    boolean disableBle(String packageName, IBinder b);
    boolean isBleAppPresent();
    boolean isHearingAidProfileSupported();
}