jhonber / react-native-bluetooth-serial

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

Connecting to multiple devices #4

Open alex-valdez opened 5 years ago

alex-valdez commented 5 years ago

Is there a way to connect to multiple devices? I am using two hc05 bluetooth modules. I can connect to each one but not at the same time. I can connect to one and then, if I try to connect to the second one, it disconnects me from the first one. I am using the connect() function built into the library.

alex-valdez commented 5 years ago

@jhonber