4

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

这如何以编程方式完成?(无需打开 System Profiler)

4

1 回答 1

7
[[IOBluetoothHostController defaultController] addressAsString]

或者getAddress:如果你想要一个BluetoothDeviceAddress.

于 2011-07-12T02:26:11.030 回答