Is there somewhere I can find example code for listing bluetooth devices natively, as quickly as possible, in Mac OS X? (I'm assuming this will entail Objective-C)
I'm trying to write a very simple terminal app that will scan for bluetooth devices at regular (specified) intervals and list the bluetooth network addresses (the hex digits) for every bluetooth device within range.
I have no experience in Objective-C (though I have all the basics of C) but I'm imagining this shouldn't be extermely difficult - does anyone have any tutorials or sites they've found useful in the past, or even a piece of code that does exactly what I'm looking for??