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

Commit efc4efe2 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Improve name of api.

Change-Id: I4db24db621ab746f5e5efcbaf87b8856cf234e3e
parent 7171f4c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ interface IBluetoothGatt {

    void startScan(in int appIf, in boolean isServer);
    void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
    void startScanWithUuidsAndScanWindowInterval(in int appIf, in boolean isServer,
    void startScanWithUuidsScanParam(in int appIf, in boolean isServer,
                    in ParcelUuid[] ids, int scanWindow, int scanInterval);
    void stopScan(in int appIf, in boolean isServer);