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.
|
|
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;
|