标签: iphone core-bluetooth
我正在尝试列出配对的蓝牙设备。 我知道我可以使用retrieveConnectedPeripherals获取已连接设备的列表。
所以我的问题是如何从iphone SDK以编程方式获得配对设备。
提前感谢你们。
此致
Bhaban
答案 0 :(得分:0)
您可以使用此BluetoothSerial。它将为您提供所需的一切。
列出已绑定的设备
bluetoothSerial.list(success, failure);