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

Cannot connect to device #17

Open aidooyaw1992 opened 6 years ago

aidooyaw1992 commented 6 years ago

I can search for device but cannot connect. I always get EUNSPECIFED

douglasjunior commented 6 years ago

You need to know the UUID of your device. Example: 00001101-0000-1000-8000-00805f9b34fb.

Please, give more details about your code and error messages.

stephane-r commented 6 years ago

Hi @douglasjunior

How get the UUID from react-native ?