How to detect whenever my android device gets connected/disconnected from paired bluetooth device
问题 I would like to receive an event for detecting whenever bluetooth gets paired or unpaired in my device. In the beginning i found http://developer.android.com/reference/android/bluetooth/BluetoothServerSocket.html. I followed this blog : http://android-er.blogspot.co.il/2014/12/make-bluetooth-connection-between.html which is quite usefull, but, isn't detecting when a new connection is made. Needless to say, I have no use for bluetooth implementation, which i'm well aware of : final