react-native-ble-manager icon indicating copy to clipboard operation
react-native-ble-manager copied to clipboard

Autoconnect (re-connect)

Open ivokutlesa opened this issue 3 years ago • 1 comments

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).

ivokutlesa avatar Jul 12 '21 15:07 ivokutlesa

Hi, if the app is running you can continuously scan and search for the device.

marcosinigaglia avatar Aug 06 '21 07:08 marcosinigaglia

that means this library does mot support for auto connect like android sdk. right? @marcosinigaglia

shehanhasanga avatar Sep 07 '22 09:09 shehanhasanga