Simplebluez Read Data #286
Unanswered
stephenbates101
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have written a program which is based on the simplebluez example, it connects to the device I want and lists the services and characteristics correctly however when I try and read the data for the characteristic I want it only returns one byte not a byte array as I would expect.
I am using ->read() would it be better to use ->value() , both functions appear to call functions in GattCharacteristic1.cpp which do not appear to specify how many bytes to read.
Can anyone help please?
Beta Was this translation helpful? Give feedback.
All reactions