I am trying to implement a pairing to a Bluetooth low energy device with react-native.
Does anyone have experience with that or can recommend some helpful references?
I already tried out an existing npm-module (https://github.com/innoveit/react-native-ble-manager) which offers a connect method but does not go further than that.
Informations about how to pair a BLE-Device in general would be helpful as well.
Thanks!