douglasjunior / react-native-easybluetooth-classic

⚛ A Library for easy implementation of Serial Bluetooth Classic on React Native (Android Only).
https://www.npmjs.com/package/easy-bluetooth-classic
MIT License
43 stars 7 forks source link

Connecting to other devices. #15

Closed buzzer-re closed 6 years ago

buzzer-re commented 6 years ago

Can i scan devices without init the config ? i'm using more than just one HC-05 with differents names.

Getting that when i try to scan: Error: BluetoothService has not been configured. Call ReactNativeEasyBluetooth.init(config).

douglasjunior commented 6 years ago

Different names are not a problem.

The name that you need to configure is the name of your App, and not the name of the remotes devices.