c/c++ windows 通过winrt操作ble 蓝牙
#include <windows.h>
#include
#include Windows.Foundation.h>
#include Windows.Foundation.Collections.h>
#include Windows.Devices.Bluetooth.h>
#include Windows.Devices.Enumeration.h>
#include Windows.Devices.Bluetooth.Advertisement.h>
#include Windows.Devices.Bluetooth.GenericAttributeProfile.h>
#include Windows.Storage.Streams.h>
1