views:

745

answers:

2

Is it possible to get bluetooth RSSI (Radio signal strength) value in gamekit iphone api? If it is pssobile, can i have some sample code.

If it is not possible is there any other way to get bluetooth RSSI value in iphone OS 3.0?

A: 

No, there is no supported way to find out any of the data about any of the radios (cellular, wifi, or bluetooth). If you have need of such a feature you should file a bug report.

Louis Gerbarg
Thank you very much for your answer. I am trying to develop a bluetooth application in which i need to know the bluetooth signal strength that signal is weak or it is full. Is there any way to calculate signal strength ??
No, like I said above, there is no radio access, you either know you have a GameKit connection or not. There is no granularity. Likewise, the ExternalAccessory interface does not expose any radio level interfaces.
Louis Gerbarg
is it possible to get RSSI value in MAC OS ??
Yes, on Mac OS X you get it via the IOBluetooth framework
Louis Gerbarg
A: 

And why is it specifically not possible to get RSSI value in iPhone?

maddy