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

Commit 5bd9ecab authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Remove duplicate scan event definitions

Change-Id: I94c9e308101a56438212fc0305202ed719579d84
parent 2b74a2e1
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -125,13 +125,6 @@ public class GattService extends ProfileService {
     */
    private List<ServiceDeclaration> mServiceDeclarations = new ArrayList<ServiceDeclaration>();

    static final int NUM_SCAN_EVENTS_KEPT = 20;
    /**
     * Internal list of scan events to use with the proto
     */
    ArrayList<BluetoothProto.ScanEvent> mScanEvents =
        new ArrayList<BluetoothProto.ScanEvent>(NUM_SCAN_EVENTS_KEPT);

    private Map<Integer, List<BluetoothGattService>> gattClientDatabases =
            new HashMap<Integer, List<BluetoothGattService>>();