I have an iPhone app which communicates with external device via NSNetService
.
Now I want to add support for bluetooth.
So I would like to discover and connect to device via bluetooth (BLE) and when connected I would like to send/receive data via NSNetService
, so I reuse existing code...
Is this possible on iOS7+? Any example/hint would be much appreciated.