How to connect Bluetooth device module by using Xcode Swift

We are using Bm20 Bluetooth module in core bluetooth this device not showing when we are scanning for devices

how we connect tne Bm20 device in xcode programmitically how we communicate that bm20 is any way to connect that BM20 module by using app

Accepted Reply

Bluetooth audio devices only show up in the Settings app. Developer iOS apps can only scan for Bluetooth devices from a limited set of Bluetooth profiles, such as those using BLE or Bluetooth MIDI. Bluetooth serial is (currently) not on iOS's list of supported Bluetooth profiles.

Replies

Bluetooth audio devices only show up in the Settings app. Developer iOS apps can only scan for Bluetooth devices from a limited set of Bluetooth profiles, such as those using BLE or Bluetooth MIDI. Bluetooth serial is (currently) not on iOS's list of supported Bluetooth profiles.

That BM20 is fixed to PCB(printed circuit Board) which can operate through characteristics write and read,but that BM20 is connected by settings app,if it connected by setting app.and how to read and write for that bluetooth module in our developing app is possible are not

fahood19