react-native-ble-manager 12.0.0-rc.1 → 12.0.0-rc.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.
@@ -467,7 +467,7 @@ public class Peripheral extends BluetoothGattCallback {
467
467
  map.putString("characteristic", charString);
468
468
  map.putString("service", service);
469
469
  map.putArray("value", BleManager.bytesToWritableArray(dataValue));
470
- bleManager.emitOnDidUpdateNotificationStateFor(map);
470
+ bleManager.emitOnDidUpdateValueForCharacteristic(map);
471
471
 
472
472
  // Check if rest exists. If so it needs to be added to the clean buffer
473
473
  dataValue = rest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ble-manager",
3
- "version": "12.0.0-rc.1",
3
+ "version": "12.0.0-rc.2",
4
4
  "description": "A BLE module for react native.",
5
5
  "homepage": "https://innoveit.github.io/react-native-ble-manager/",
6
6
  "repository": {