This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot read characteristic value after wr_auth success if vlen=1

Attached program has 4 characteristics

  1. UUID_VLEN1 - VLOC_STACK, no rd_auth or wr_auth - value can be read after written

  2. UUID_VLEN2 - VLOC_USER, no rd_auth or wr_auth - value can be read after written

  3. UUID_VLEN3 - VLOC_USER, no rd_auth but wr_auth - value cannot be read after written even after reply set to SUCCESS

  4. UUID_FLEN1 - VLOC_USER, no rd_auth but wr_auth - value can be read after written after reply set to SUCCESS if data is copied to VLOC_USER location

#3 cannot be read no matter what is tried

Related