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

Commit 7df2da94 authored by Ugo Yu's avatar Ugo Yu Committed by Android (Google) Code Review
Browse files

Merge "Replacing updateBleAppCount to enableBle and disableBle" into rvc-dev

parents bcd0b842 91ec2143
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ interface IBluetoothManager
    boolean onFactoryReset();

    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();