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
When I set my Arduino101 up as a peripheral and subscribed to notifications from it the Arduino hangs when the central devices moves out of range and a GATT timeout event occurs. It hangs when either the devices moves back in range or after ~25 seconds.
When not subscribed the Arduino times out when out of range and disconnect from the Arduino when it comes back in range as expected.
This is using version 2.0.0 of the BLE library. The following code can be used to replicate this.
When I set my Arduino101 up as a peripheral and subscribed to notifications from it the Arduino hangs when the central devices moves out of range and a GATT timeout event occurs. It hangs when either the devices moves back in range or after ~25 seconds.
When not subscribed the Arduino times out when out of range and disconnect from the Arduino when it comes back in range as expected.
This is using version 2.0.0 of the BLE library. The following code can be used to replicate this.
The text was updated successfully, but these errors were encountered: