Bluetooth connecting status

While I can click the image and connect to Bluetooth just fine, I wanted to add an intermediate image showing that Bluetooth is attempting to connect:



The idea is when BT is off, the image shows a diconnected status:

Then when it is trying to connect, it shows connecting status;

Then after a successful connection;

My problem is after clicking the image, the flow goes straight to trying to connect and it will either connect and show the proper connection status or the error block will display the "not connected" status. I never see the "Connecting" status.
Any ideas?

It could be that it is just connecting very fast, if you want to add an intentional delay for UI purposes try using the "clock" component and waiting 1 - 3 seconds. Then afterward call the bluetooth connect function. If this doesn't help your UI then try finding someone else

Clock Settings

Screenshot 2025-12-04 10.00.06 AM

timer code