How to disable bluetooth LE device on Windows 8.1

I am developing a low power bluetooth application under Windows 8.1 and working with microsoft bluetooth file glass. I am almost done with all the routines I have implemented: connect, reconnect, detect connection / disconnect, check connection status ... but one thing is disconnection.

So how do I disconnect a connected device using C ++?

+3


source to share


1 answer


You can't, they didn't implement this feature in the Windows sdk, saying it's better (in terms of power consumption) to keep the connection than to reconnect.



+1


source







All Articles