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
pbio/drv/bluetooth: Don't restart observing too often.
This timer was missed in the overhaul of 023d6f6.
If a user would call observe in a tight loop when there is nothing to receive, this would repeatedly restart scanning.
Since the btstack driver doesn't await most operations, this would lead to a crash eventually.
0 commit comments