views:

513

answers:

1

So I just read this article. What I'm wondering is, is there any way to determine bluetooth signal strength quantitatively, whether using AppleScript or some other language on Mac OS X? I'd like to implement something like this, except the 30-foot range mentioned in the article is a bit high, IMHO. I'd like it to work when I'm more than, say, five feet away.

A: 

From looking at the Cocoa IOBluetoothDevice docs, it appears there is no way to query signal strength.

You can only query if the device is connected or not.

pjbeardsley