1

I am trying to list the paired bluetooth devices. I know that I can get the list of connected devices by using retrieveConnectedPeripherals.

So my question is how I can get paired devices programatically from iphone SDK.

Thanking you all in advance.

Regards

Bhaban

  • possible duplicate of [How to get list of available Bluetooth devices?](http://stackoverflow.com/questions/10178293/how-to-get-list-of-available-bluetooth-devices) – Vinay Jain Nov 29 '13 at 06:49

1 Answers1

0

You can use this BluetoothSerial. it will serve you all what you want.

Lists bonded devices

bluetoothSerial.list(success, failure);
Vinay Jain
  • 2,644
  • 3
  • 26
  • 44
  • 1
    I didn't down vote, but a problem with the project is that it needs PhoneGap. Installing PhoneGap _and_ this plugin is pretty heavy for solving this task. – DarkDust Feb 07 '14 at 12:19