How to disconnect a bluetooth device from C# .Net in Win7
问题 I would like to disconnect a bluetooth device from my c# .Net application, that runs on Win 7 x64. I Know that MS provides very little functionnality reguarding BT on .Net. I've searched 32feet.Net, and found how to connect, discover, get information, ... but nothing about disconnecting (Have I missed something ?). Then, I found on Msdn IOCTL_BTH_DISCONNECT_DEVICE. The problem is that I can't understand how to call it. It Seems that I shoud use DeviceIOControl with Platform Invoke, but I'm