Bluetooth Code example on windows XP
I am not sure if this is right forum for asking this question. I am looking for a code example to create a communiation channel using Bluetooth on windows XP. I have searched in msdn online. It seems that there are 2 ways. The first one is using winsock and the other one is using direct Bluetooth api. However, I haven't found any code example for them. I suppose that winsock programming would be quite similar to classical socket programming. However I would appreciate a Bluetooth specific example. Regarding the other method (using bluetooth api) I haven't found any example at all neither in msdn nor on the web. Msdn provides examples for windows CE but windows XP is completely ignored (beside presenting the api).
Thanks in advance

