Hi, I wrote a Bluetooth socket application (server and client), but I have a strange error.
I can send data from the client to the server, but when I want to send something from the server to the client I got 10093 error on the client part.
It is strange, because I initialized the WSAStartup and I could send data to the server.

Can somebody help me please?