Fernando Diaz Azancot

Results 1 comments of Fernando Diaz Azancot

@enchorb I think is because in the `android/src/main/java/it/innove/Peripheral.java` is the wrong type: ``` public void updateData(byte[] data) { advertisingDataBytes = data; } ``` Try to change it to `SparseArray` and...