omaraflak / Bluetooth-Library

Bluetooth client library for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can we connect blue tooth device without pairing

karanariel opened this issue · comments

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

java.lang.IllegalArgumentException: Receiver not registered: me.aflak.bluetooth.Bluetooth$6@6f14f15

app crashed

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