Hi there,
actually a very easy issue but either I am too dumb to see the problem or I have an issue here
I want to work with an event when the mobile phone disconnects from the hands-free in the car.
I assume that when a hands-free is connected either bluetooth server or client of the phone is set to true and I can use the logic when true turns to false again.
But I have tried with three hands frees now and the isconnected stays always at false (the clock1 fires every three seconds and I have a beep included to assure that the when function really works).
Why does this not work or does anybody have another idea how I can detect when a bluetooth device is disconnected?
Thank you for your help :)
Trying to push the limits of App Inventor!
Snippets and
Tutorials from
Pura Vida Apps by
Taifun.
when the hands-free is disconnected then the status has to change because if not it would stay forever at true.
boolean Connect(text address)
- Connect to the Bluetooth device with the specified address and the Serial Port Profile (SPP). Returns true if the connection was successful.