I need to write a byte array to a BLE characterist...
# android
t
I need to write a byte array to a BLE characteristic, the string I am using looks like this. “120,20,0,Foo, 0.0”. I must not be formatting it correctly since I get a fail to write every time. Is there a better way to convert a string into a byte array?
stackoverflow 4