I am developing an iOS accessory, and I am trying to find out what options I have to establish a connection that are outside the MFi program.
Is it possible to connect from an iOS device to an accessory over Bluetooth using a standard profile like PAN and not having to be MFi certified?
I read that peer-to-peer can only be used among iOS devices and reading this post, I am not sure if it is possible. How can an iPhone access another non-iPhone device over wireless or Bluetooth?
But I also read that MFi certification also applies to accessories connecting to iOS devices via bluetooth that are not using a standard profiles, which implies that if you want to use a standard profile you don't need to be certified, thus the confusion.
Also, is it possible to achieve this using Bonjour and NSStream? Would I need to port Bonjour to my accessory platform?
Do you know of any examples (even if they use BTLE)?
Please advice,