react-native-ble-manager
react-native-ble-manager copied to clipboard
Autoconnect (re-connect)
Version
- react-native-ble-manager v7.6.0
- react-native v0.64.2
- Android v.10
Help
I basically need this https://github.com/innoveit/react-native-ble-manager/issues/246 and the link in the comment https://stackoverflow.com/questions/25254932/can-you-pair-a-bluetooth-le-device-in-an-ios-app is not helping me and I cannot find solution.
To simplify: I would like to know is it possible to re-connect a device every time device is in the range, using react-native-ble-manager? And if yes, how? Lets assume that app is always on, so it doesn't have to save the device permanently (after restarting the app).
Hi, if the app is running you can continuously scan and search for the device.
that means this library does mot support for auto connect like android sdk. right? @marcosinigaglia