如何从iphone corebluetooth api列出配对的蓝牙设备

时间:2013-11-29 06:46:53

标签: iphone core-bluetooth

我正在尝试列出配对的蓝牙设备。 我知道我可以使用retrieveConnectedPeripherals获取已连接设备的列表。

所以我的问题是如何从iphone SDK以编程方式获得配对设备。

提前感谢你们。

此致

Bhaban

1 个答案:

答案 0 :(得分:0)

您可以使用此BluetoothSerial。它将为您提供所需的一切。

列出已绑定的设备

bluetoothSerial.list(success, failure);