The following is my problem description:
Assume bluetooth is turned ON in my mobile. Then wen i call startInquiry() from my PC (uses Blue Soleil), it
will identify or detect my mobile. Once it is done, if i switch OFF bluetooth in my mobile wen the program is
still running and if again startInquiry() is called again it detects my mobile.
Please suggest me how can i check whether Bluetooth is on or off in any mobile using java api? This
question is similar to the following question:
"How can i get a notification on my pc ( running a java program) if the bluetooth is turned off on my
mobile or else if the mobile blutooth signal is lost on my pc?"
Please suggest me on this asap.
|