react-native-ble-manager 12.2.1 → 12.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,6 +109,7 @@ public class DefaultPeripheral extends Peripheral {
109
109
  }
110
110
 
111
111
  public void updateData(ScanResult result) {
112
+ scanResult = result;
112
113
  advertisingData = result.getScanRecord();
113
114
  advertisingDataBytes = advertisingData.getBytes();
114
115
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ble-manager",
3
- "version": "12.2.1",
3
+ "version": "12.2.2",
4
4
  "description": "A BLE module for react native.",
5
5
  "homepage": "https://innoveit.github.io/react-native-ble-manager/",
6
6
  "repository": {