rusel1989 / react-native-bluetooth-serial

Port of https://github.com/don/BluetoothSerial for react native
475 stars 291 forks source link

Connecting to multiple devices #109

Open arevaldez opened 4 years ago

arevaldez commented 4 years ago

I'm using an HC05 bluetooth module to connect to. I can connect to the module fine. However, I'm trying to connect to two modules (multiple devices). I can connect to one, and then, when I try to connect to the second device, it disconnects the first device.

I am also not 100% sure about the difference between connecting and pairing.

I'm looking for an example or explanation on how to implement connecting/pairing to two devices. Any help would be great!

ActuallyTrent commented 4 years ago

Is there an update on this, or could anyone provide information on a library that allows this? Don't want to invest a ton of time if this project is a dead end..