检索 iPhone 上的蓝牙地址
我尝试在应用程序中检索 iPhone 上的蓝牙(网络)地址,但我找不到方法:( 有人有想法或提示吗?那太好了,因为我坚持了很长一段时间……
干杯,拉斯
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够调用 getifaddrs() 获取硬件地址。请参阅 http://developer.apple .com/iphone/library/documentation/System/Conceptual/ManPages_iPhoneOS/man3/getifaddrs.3.html。
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 .