I am looking for the service provided by Apple to connect my iOS Application using bluetooth to a device. Yet, I can't even make it show to the list.
My device isn't BLE so I can't use CoreBluetooth and isn't an Apple product either, which make me unable to use ExternalAccessory.
Is there anything I am missing like a third framework or a library that could make the work ? I just need to connect my app to the bluetooth device then send and receive datas, nothing more.
Thanks