ian93
ian93

Reputation: 1498

Measuring bluetooth signal strength via AppleScript on Mac OS X

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.

Upvotes: 2

Views: 1632

Answers (1)

pjbeardsley
pjbeardsley

Reputation: 1531

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.

Upvotes: 1

Related Questions