We're developing a mobile app that will need to communicate over Bluetooth with one of our devices. We can use BLE for the communication (propriety protocol) but at some point we also need to transfer a file from the iOS app to the device. The file is too big to be transferred over BLE and we will need to do so via classical Bluetooth.
The supported BT profiles don't support any kind of file transfer.
Some places mention that we can join the MFI program; would that mean that we will be able to have our own profile/protocol over classical BLE?
Any chance that Bonjour can help us?
Thanks!