I have a device actively connected to the computer via Bluetooth. From my C#.NET application I wish to disconnect the device so that the computer is no longer connected to the device.
How would I go about doing this?
I'm guess it would have something to do with finding the appropriate Socket and disconnecting that socket? (But this is purely venturing a guess as I know nothing about Socket connections.)
Any ideas?