Hi
I would like to make a readable+writeable characteristic with a fixed size of e.g. 10 bytes (<20 for sure). Is there an example on how to do this?
Hi
I would like to make a readable+writeable characteristic with a fixed size of e.g. 10 bytes (<20 for sure). Is there an example on how to do this?
Take any one of the examples where a characteristic is added and change the size from whatever it is, 2, 4 .. whatever, to 20. Done.