I want to use my iPhone as an intermediary that sends signals between (to and from) a bluetooth-equipped device and a server. That's all I need, just a way of communicating a server and bluetooth-equipped device via my iPhone.
Server -> iPhone -> Bluetooth Device
and
Server <- iPhone <- Bluetooth Device
Both directions.
I have very little iOS experience but this seems like a simple enough use case that maybe I can do it. Any suggestions from the community about how to implement it or ways to already do this that don't require much additional coding on my part? I have little to no iOS coding experience.