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

Commit 58a01d6a authored by Prerepa Viswanadham's avatar Prerepa Viswanadham
Browse files

Take out startScanWithUuidScanParam as part of refactoring

Change-Id: Icfb9083571e22c0853fc64ad4d09a20cbf754257
parent daf215cf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -35,8 +35,6 @@ interface IBluetoothGatt {

    void startScan(in int appIf, in boolean isServer);
    void startScanWithUuids(in int appIf, in boolean isServer, in ParcelUuid[] ids);
    void startScanWithUuidsScanParam(in int appIf, in boolean isServer,
                    in ParcelUuid[] ids, int scanWindow, int scanInterval);
    void startScanWithFilters(in int appIf, in boolean isServer,
                              in ScanSettings settings, in List<ScanFilter> filters);
    void stopScan(in int appIf, in boolean isServer);