A decision block that checks if a Bluetooth device is connected, or disconnected.
If the proceed option is set to Immediately, then check if device is currently connected without pausing the fiber. If set to When changed, then the fiber will pause until device has been connected, or was disconnected.
The address of a device may be randomized at regular intervals unless devices has been paired, and the name may not always be available.
For disconnects, i.e. the NO path, some of the output variables maybe null
,
this is due to some such events not referencing the affected Bluetooth device.
Note! Android doesn’t support checking the currently connected devices, for proceed Immediately check, Automate tries to work around this limitation, but it may be unreliable.