<div dir="ltr">Hello,<div><br></div><div>Here is a summary about what I did last week:</div><div>- tested and fixed some issues for Android platform</div><div>- implemented a combobox which can be used to choose the local Bluetooth adapter</div><div>- continue the documentation and developing the sample for Windows platform</div><div>- created a new environment with Windows 7</div><div>- implemented the device discovery functionality and tested for Windows 7 and 8.1 (using MS stack)</div><div>- implemented a service discovery functionality and tested for Windows 7 and 8.1 (using MS stack)</div><div><br></div><div>Below you can find some things that I discovered and you should know:</div><div>- there are 4 stacks for Bluetooth on Windows ( Microsoft, Widcomm,  Stonestreet One Bluetopia Bluetooth and BlueSoleil)</div><div>- not all devices work with the MS stack</div><div>- Bluetooth functionalities like connection to serial devices was introduced in Windows XP SP2</div><div>- more details about Bluetooth support on Windows platforms [1]</div><div>- I didn't find an API which can be used to control the local adapter (turn on/off, get/set device information)</div><div>- I didn't find an API which can be used to pair/unpair devices</div><div><br></div><div>Now I don't know exactly which version of Windows our users use. </div><div>If it is  greater than 8 then I am not sure if we should put effort on </div><div>adding support for Window platforms. As you probably know from </div><div>Thiago, on Qt 5.6 they are planning to add Bluetooth support for </div><div>Windows 8.X and Windows 10. This will be released by the end </div><div>of this year.</div><div><br></div><div>What I know is that programming with Win32/Winsock2 API is </div><div>quite tricky (at least for me..:) ). </div><div><br></div><div>Also, after I installed the driver (BlueSoleil) for my dongle </div><div>something went wrong and my sample with device discovery </div><div>didn't work anymore.  The only way to make it work again was </div><div>to remove the BlueSoleil driver.</div><div>To be honest I didn't expect to be harder to work on Windows :).</div><div><br></div><div>Next I am planning to try to connect the devices and to do</div><div>some data transfer.</div><div><br></div><div>Claudiu</div><div><br></div><div>[1] - <a href="https://msdn.microsoft.com/en-us/library/windows/hardware/dn133849%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396">https://msdn.microsoft.com/en-us/library/windows/hardware/dn133849%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396</a></div><div><br></div></div>