Loading src/com/android/bluetooth/gatt/GattService.java +0 −7 Original line number Diff line number Diff line Loading @@ -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>>(); Loading Loading
src/com/android/bluetooth/gatt/GattService.java +0 −7 Original line number Diff line number Diff line Loading @@ -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>>(); Loading