I am developing an iOS bluetooth app that needs to pair with a peripheral device.
What frame work do I need to use to interact with a device that has support for the following protocols/profiles:
A2DP HFP HSP
Are either of these possible with an iOS device without being a member of the the MFI program?
How do I support these profiles: https://support.apple.com/kb/HT3647
Do I do that using corebluetooth?