Hey, if someone can help me, i am making an application for a house alarm intended to be connected to an HC06. But in my picklist no bluetooth device appears. The problem certainly comes from my program. (I tried to work with the BLE extension)
HC06 is a bluetooth 2.0 module so it will not work with the BLE extension. You must use the BluetoothClassic component. If you are testing this on android 12+ you need to ask for permissions when launching the app.
Yes, but this only works because the orientation platform version (11) is a number in this case. So this method doesn't work if you want to request (for example) storage permissions for the ASD for devices with API < 19 (< Android 4.4). Or API 14 (Android 4.0.1 - 4.0.2).