What is the best way to store/combine the Read value I get back from BleManagerDidUpdateValueForCharacteristic event? #1131
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing a BLE API command to my device that has a response
data.value
that comes back in 3 packets of 40 bytes, 40 bytes and 24 bytes. What is the best way to store these values, combining them into one byte array so I can read my full API response?Beta Was this translation helpful? Give feedback.
All reactions