I have a newbie question about Bluetooth:
If I connect my Android phone to a medical device with Bluetooth (or Bluetooth LE) Interface, is there a way to have an application automatically started?
I have used a Broadcast Receiver in my application to monitor the "ACTION_CONNECTION_STATE_CHANGED" notification. I can use it to start my application but we succeeded to get it work only with a HID Profile (which is supported natively by Android). We didn’t succeed with a Health Device Profile.
Is it something feasible?
Thanks