Is it possible to transfer files of a bluetooth device, lets say a digital pen (e.g. Nokia or Logitech io2) to the iPhone? I am interested if I could do a native application that could somehow get that binary file sent by the digital pen and do something with it.
I am used to rfcomm and obex but I can only find inconclusive results when I search for that and the support in the iPhone SDK… Any ideas?
Is it possible to transfer files of a bluetooth device, lets say a digital
Share
Look at the EAAccessory reference.
It seems like it should be possible to write a custom app that talks to any bluetooth device – you’d have to implement the file transfer protocol yourself, but now that apps are free to talk to bluetooth devices I don’t think the API will prevent you from doing what you stated you want to do.