Unable to use BluetoothClient1.Connect Block: Block will not Snap into Event Handler

I am encountering an issue in MIT App Inventor where the call BluetoothClient1.Connect block does not properly snap into any event handler, such as when ListPicker1.AfterPicking do.

I am encountering an issue in MIT App Inventor where the call BluetoothClient1.Connect block does not properly snap into any event handler, such as when ListPicker1.AfterPicking do.

You need to set it to a variable, or a label

1 Like

Thanks!

The Connect function actually returns a boolean, so you can use it in an if-else statement to handle success (true) or failure to connect (false).

1 Like