Error BLUETOOTH_CONNECT



Buenas tardes!
Este programa me funcionaba hasta hace poco, pero de un tiempo a esta parte, al usar la app compilada en cualquier móvil Android, me salta el error mostrado justo al empezar a usarla. Creo que se trata de un fallo en la compilación porque antes no fallaba.
¿Podrían ayudarme?. Muchas gracias

After doing a search in the community you could have found this thread

Taifun

The error is in BluetoothServer, BluetoothClient works fine. Try compiling this simple App

image

It fails

Did you ask for the 2 permissions?

In case it does not work, drag a Bluetooth Client component into the working area without using it to get the correct permissions in the manifest

Taifun