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

sd_ble_gatts_value_get

Hi

I use

sd_ble_gatts_value_get(p_beacon->beacon_char0_handles.value_handle,0, &len, gatts_valuebuf);

to get the value.

But even if I write two bytes, the len is always 0x10.

So why?

How can I get accurate length values?

Edit: Format

Parents Reply Children
No Data
Related