Skip to content

Commit d155791

Browse files
Update README.md
Co-authored-by: Dariusz Seweryn <dariusz.seweryn@polidea.com>
1 parent 8a6e48a commit d155791

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ You can try to connect to a peripheral with known ID, be it previously scanned U
129129
```dart
130130
Peripheral myPeripheral = bleManager.createUnsafePeripheral("< known id >");
131131
```
132-
Once you have the instance of the peripheral, you may proceed with the connection.
132+
Once you have the instance of the peripheral, you may proceed with the connection. But keep in mind
133+
that [Android may still not find the peripheral without scanning it first](https://stackoverflow.com/questions/43476369/android-save-ble-device-to-reconnect-after-app-close/43482099#43482099).
133134

134135
### Connecting to peripheral
135136

0 commit comments

Comments
 (0)