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

[ Question ] What is state of this project? #2

Closed esutton closed 7 years ago

esutton commented 7 years ago

I could not find any Apple APIs or Android APIs needed to supporting Bluetooth Classic on iOS and Android.

I assume this project is under development?

Thanks for sharing your work.

douglasjunior commented 7 years ago

Both Classic and BLE are in production in some projects, but only for Android for now. This library is a wrap of the AndroidBluetoothLibrary.

I have plans to implement BLE for iOS, but I have no iOS device in the moment. Maybe in the next few months.

Collaborations are welcome!