How to get paired bluetooth device in iOS

Hi there,

I am developing an application, where it requires to get the list of already paired bluetooth device.

Is there a way to get the list of paired bluetooth device??

Thanks,
Karthik.

Hi @karthik_ch, From my understanding you can get a list of paired bluetooth devices that are considered BLE or Bluetooth Low Energy using CoreBluetooth. Furthermore, you might find this third-party library helpful - BluetoothKit and here is a tutorial for using CoreBluetooth from this site. I hope that can get you started or at least clarify some things for you.

Best,
Gina

This topic was automatically closed after 166 days. New replies are no longer allowed.