Since iOS13, our app which uses BLE beacons for location, now gets two Bluetooth related permissions prompts. The first one is understandable and expected:
I am trying to enable disable bluetooth on android device using command line. I can enable it using adb shell am start -a android.bluetooth.adapter.action.RE
I currently am designing an app which needs to connect to a device, write/read data, and close the connection reliably. Currently I have the write/read solid.