先前 [https://goo.gl/rS5hII]提到控制 Bluetooth(藍牙)Radio 開關使用 UWP API。本篇把撞牆過程紀錄下來。
Win32 API is a Dead End
一開始先往 Win32 API 找,結果偏尋不著可以直接開關 Bluetooth Radio 的方法。使用 Win32 API 只可以查詢但無法改變
Bluetooth Radio 狀態,這點出乎我意料之外。找到最接近的可行之法
[http://stackoverflow.com/questions/24235524/are-there-apis-to-enable-disable-bluetooth-on-windows-8-1]
(但其實有大缺陷)是使用 Setup API Enable/Disable Bluetooth 裝置。