omaraflak / Bluetooth-Library

Bluetooth client library for Android.
198 stars 62 forks source link

can we connect blue tooth device without pairing #35

Closed karanariel closed 5 years ago

karanariel commented 5 years ago

.while i'm trying to connect with hardware device.only loader loading no response

karanariel commented 5 years ago
java.lang.IllegalArgumentException: Receiver not registered: me.aflak.bluetooth.Bluetooth$6@6f14f15

app crashed

omaraflak commented 5 years ago

This error happens if you haven't called bluetooth.start() in the onStart() method of your Activity.