I want to build a Android application that interacts with my BT device and wakes him.
- The device and the phone are paired
- The device constantly scans for the specific phone and requests connection every time the phone is in range.
I want to know is it possible for my application to get notified every time the device asks for connection. Take into consideration that the application is not active.
For example, when i get into the car it connects automatically to my car BT and when i get call, the call application is activated? (but maybe that's something that Android internally does...)
Any ideas?