It seems that the property 'BluetoothClient is connected' only knows when it is connected but not when it is disconnected. Using an IF-THEN ELSE to notify when it HAS disconnected does not work (although it works if it HASN"T been connected. What is the proper way to notify that Bluetooth has been disconnected? I simply want to notify the user that it has happened rather than leaving up a "connected" message when it is not.