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

The proper "packet type" for sending (and receiving) relatively large amount of data?

Hello Nordevzone, so far, to the best of my knowledge, you can send data using API call sd_ble_gatts_hvx() with "notification packet" (quotemarks due to my limited knowledge on denomination and denotation of these data packages), as illustrated in the nordic multi-link example.

I'm wondering, is this the only way? Are there better alternatives?

Thanks. Erik

Related