Problem with mapping of BLE 5.1 ATT protocol stack with winsock & winsock2 arcitechture

21 Views Asked by At

\I'm developing an custom BLE client utility based on winsock & winsock2 architecture in C language system & my server I'm using ATT protocol to make my device in data mode, but whenever I trying to listen to the server then it gives continuous winsock errors 10013, 10050, 10022, 10049 etc. How do I solve this issue? I'm having an doubt that whether this two different protocol can be mapped or not? I think there is a layer mapping issue happening in the upper layer of BLE stack.

0

There are 0 best solutions below