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

Commit 9ad537d7 authored by Prerepa Viswanadham's avatar Prerepa Viswanadham Committed by Android (Google) Code Review
Browse files

Merge "Take out startScanWithUuidScanParam as part of refactoring"

parents 98908aa0 58a01d6a
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);