I have an android app with no touchscreen or user interface, just a display. I want to connect a phone to it via bluetooth to control the display.
I am able to connect fine except for one thing. Every time I make the device discoverable a dialog pops up, for permission to make it discoverable. How do I programmatically accept discoverability on a device with no touchscreen or keyboard?
I am able to connect fine except for one thing. Every time I make the device discoverable a dialog pops up, for permission to make it discoverable. How do I programmatically accept discoverability on a device with no touchscreen or keyboard?