views:

201

answers:

1

Hi,

I try to retrieve the Bluetooth (Network) adress on the iPhone within an App but i couldn't find a way how to do that :( Does someone has an idea or hint? That would be great because i stuck for a long time...

Cheers, Lars

A: 

You should be able to get the hardware address calling getifaddrs(). See http://developer.apple.com/iphone/library/documentation/System/Conceptual/ManPages_iPhoneOS/man3/getifaddrs.3.html .

Zack
Thanks for the tip! I will try to make it work.Meanwhile, any other ideas to retrieve it?Thanks in advance! Lars
Lars
I'm fairly certain that this is the only way you can (reliably) do it.
Zack