On Mon, Jun 27, 2016 at 04:13:09PM -0700, Simon Ratner wrote:
> Hi Chris,
> 
> One quick clarification question: after receiving a callback with any
> error status, do you guarantee that the callback will never be called
> again (including with a NULL svc param)?

Hi Simon,

Yes, that is the expected behavior.  If the callback is executed with a
non-null error argument, or with a null svc / attr / etc. argument, then
the GATT procedure is complete.  If that callback gets called again, it
should only be because it is associated with an additional GATT
procedure.

Chris

Reply via email to