public UpdateDeviceData(
     Context context, BluetoothGattService service, BluetoothGatt gatt, ListView myView) {
   this.context = context;
   this.service = service;
   this.gatt = gatt;
   this.myView = myView;
   this.valueMapper = ValueMapper.getInstance(context);
 }