it is not possible to enable Bluetooth programmatically anymore…
In Android API 33+ this method is deprecated. Enabling/disabling bluetooth without user consent is not more possible. You should use android.bluetooth.adapter.action.REQUEST_ENABLE instead.
It worked for Android Version 11 it think, but now i am on version 13. I have read that i have to use : android.permission.BLUETOOTH
android.permission.BLUETOOTH_SCAN
There is no Problem, but i have to activate bluetoote manuell, i want it to be automatic.