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

android device version #13

Closed AtlasMaxima-zz closed 5 years ago

AtlasMaxima-zz commented 6 years ago

Does this package only works for Android 4.1 (API 16) ?

i.e. it won't work for Android 6 Marshmallow ?

douglasjunior commented 6 years ago

Works on Android API 16 or greather.

Note that in Android API 23 or greather you need make sure that location is enabled:

https://github.com/douglasjunior/react-native-easybluetooth-classic#known-issues

AtlasMaxima-zz commented 6 years ago

The location only needs to be enabled for BLE devices or also classic Bluetooth devices? - which I am attempting to use this package for.

douglasjunior commented 6 years ago

You can test, but I believe it is both.

aidooyaw1992 commented 6 years ago

Please I'm able to scan for devices, I'm able to find devices but cannot connect, I always get EUNSPECIFIED

stephane-r commented 5 years ago

Same issue, anyone have other result ?

douglasjunior commented 5 years ago

I will close this issue because he original question is:

Does this package only works for Android 4.1 (API 16) ?

So, please, open a new issue for a new question.