如何在 OS X 上获取设备蓝牙地址?

发布于 2024-11-19 07:57:00 字数 174 浏览 3 评论 0原文

我已经查看了 IOBluetooth 框架大概十几次了,但我一生都找不到一种方法来检索当前设备的蓝牙设备地址。我编写了一个应用程序,利用 IOBluetoothDeviceInquiry 扫描范围内的设备,但这似乎没有提供进行扫描的设备的地址。

如何以编程方式实现这一点? (无需打开 System Profiler)

I've looked over the IOBluetooth framework what feels like a dozen times, but I can't for the life of me find a way to retrieve the Bluetooth device address for the current device. I've written an application that scans for devices in range utilizing IOBluetoothDeviceInquiry, but this doesn't seem to offer up the address of the device doing the scanning.

How might this be accomplished programatically? (Without opening up System Profiler)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

[[IOBluetoothHostController defaultController] addressAsString]

getAddress:(如果您需要 BluetoothDeviceAddress)。

[[IOBluetoothHostController defaultController] addressAsString]

or getAddress: if you want a BluetoothDeviceAddress.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文