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

Notify is safe?

I'am using notify continues to send large amounts of data,i want to know that notify whether can guarantee package serial number not random sequence and ensure that each data to arrive.whether it's send logic is similar to UDP(In network communication).thanks!!!

  • Because the fact that one layer is reliable deson't mean that higher layer must have all the properties. therefore you have Notify/Indentify for Server to Client (G)ATT communication (Notification is without explicit acknowledge while Notify has one round trip) and Write with and without Response for Client to Server communication. Note that using Identify and Write with Response dramatically lowers throughput over GATT because LL needs to wait for higher layers and typically cannot use multiple PDUs within one connection interval (so while with Notifications you can push typically up to 6x20B in one 30-50ms interval with Identification you will only send 20B per interval).

Related