Erreur d'exécution unrecognized method. Irritants: (IsConnected)

I made a procedure NameIsConnected to test if the Bluetooth is connected It gives this error when I use this procedure at Inisialize Screen. May I know why?

The nature of the error message suggests that you're using iOS. Unfortunately the BluetoothClient is a bit of a hack there because iOS doesn't generally allow for "classic" Bluetooth. We're planning to implement support for Bluetooth low energy if that would work for the device you're connecting to.

1 Like