You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current GattClient API does not provide any way to catch a failure during a GattClient procedure. The following procedure miss this feature:
Primary service discovery
Characteristic discovery
read attribute value
write attribute value
With the current implementation, if something fail during one of this procedure, the client will never now that the procedure has ended and will not be able to react to such failures.
The text was updated successfully, but these errors were encountered:
The current GattClient API does not provide any way to catch a failure during a GattClient procedure. The following procedure miss this feature:
With the current implementation, if something fail during one of this procedure, the client will never now that the procedure has ended and will not be able to react to such failures.
The text was updated successfully, but these errors were encountered: