This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how can i hold a characteristic (permission :readable only) by a variable

i want to add a characteristic readable that hold a device TimeCount; timeCount is increasing;

ble client (andorid) can read the characteristic at any time;

how can i know the read action; how can i synchronize the characteristc wiht a variable(the device timeCount)

Related