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

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

Merge "Add a new isAshaHearingAidSupported method to Bluetooth Manager"

parents 89ccc6f0 88b7453b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -49,5 +49,6 @@ interface IBluetoothManager
    boolean isBleScanAlwaysAvailable();
    boolean isBleScanAlwaysAvailable();
    int updateBleAppCount(IBinder b, boolean enable, String packageName);
    int updateBleAppCount(IBinder b, boolean enable, String packageName);
    boolean isBleAppPresent();
    boolean isBleAppPresent();
    boolean isHearingAidProfileSupported();
}
}