douglasjunior / AndroidBluetoothLibrary

A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
MIT License
224 stars 68 forks source link

Bluetooth Device Connection Without Pairing Passcode #23

Closed AnkurJagani closed 5 years ago

AnkurJagani commented 6 years ago

Can we connect to the Bluetooth device (e.g. Health Device, Wireless EarPhone etc etc.) without entering any pairing passcode with this library?

For example, I need to connect to this device without entering any pairing code for the first time or anytime.

This device has their own application and it is capable to connect automatically when the device is in range. So I know this thing is possible but don't know how to do this.

Is this library capable to connect like the flow I have mentioned above?

Thank you very much for your help in advance.

douglasjunior commented 6 years ago

This library is just a bridge to the bluetooth API, if is possible to connect directly via bluetooth API, then is possible to connect with the library.