Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger authored May 22, 2024
1 parent 718dcd6 commit 5b6dc0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,10 @@ for (var d in system) {
- try removing all scan filters
- for `withServices` to work, your device must actively advertise the serviceUUIDs it supports

**6. Android: you're calling startScan too often**

On Adroid you can only call `startScan` 6 times per minute. This is a platform limitation.

---

### Scanned device never goes away
Expand Down

0 comments on commit 5b6dc0b

Please sign in to comment.