Am building a app that gets data from the bluetooth device. So my android mobile has to be pair with the bluetooth device to start the app. So am trying to implement the logic of launching my app after the user manually pairs the bluetooth device and his mobile. I did find a open source project,
https://github.com/evancharlton/bluetooth-launcher
but this is not working. Has anyone worked on this logic or can help me with an idea to start with ?