Code: Select all
BleClient.read(deviceID, '021a9004-0382-4aea-bff4-6b3f1c5adfb4', '021aff52-0382-4aea-bff4-6b3f1c5adfb4')
A log of the response to the read operation shows the following: 8, 3, 106, 0
What do these numbers mean? Are they in some sort of a DataView format? How can I convert them to something that makes sense? Does the 0 at the end mean that the write operation was successful? What about the credentials that I wrote to the characteristic? Do those get erased from the characteristic after being copied to nvs_flash? If not, how do I know what credentials were written to the characteristic?
Thanks.