Relative Content

Tag Archive for javaandroidandroid-studioservicebluetooth

Null object reference when trying to use my bluetooth service in android

I have created a bluetooth service that should be handling the connection in the background after it has connected with the other device. I currently have 2 files where one is the service and the other one is an activity that interacts with the service to establish a connection. My service code looks like this: