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

Commit 81d60a61 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replacing updateBleAppCount to enableBle and disableBle"

parents 482370c7 e4fdebcf
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();
}