Sergio et al,
Will the connectivity enhancements aide in connecting the Edison to another source using the sockets API?
This may not be an issue with the Intel Edison, so here is what I am trying to accomplish.
On the Intel Edison I am running a simple client using code similare to this: http://people.csail.mit.edu/albert/bluez-intro/x502.html
The server is running on a Linux Desktop using code from the same url.
If the devices are not paired, then the client connect() will return with EINPROGRESS after a long delay.
If the devices are paired, then the client connect() will return with ECONRESET after a very short delay.
I can see the Bluetooth traffic through Wireshark on the server side, so a connection is being attempted, but the server side never returns from accept().
The full Wireshark capture is attached.
Any insight is appreciated, thanks.
--
Mickey