summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/windows/qwinlowenergybluetooth_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/windows/qwinlowenergybluetooth_p.h')
-rw-r--r--src/bluetooth/windows/qwinlowenergybluetooth_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bluetooth/windows/qwinlowenergybluetooth_p.h b/src/bluetooth/windows/qwinlowenergybluetooth_p.h
index ea7fc0c8..39b88a5f 100644
--- a/src/bluetooth/windows/qwinlowenergybluetooth_p.h
+++ b/src/bluetooth/windows/qwinlowenergybluetooth_p.h
@@ -56,6 +56,10 @@
#include <qt_windows.h>
+#define WIN32_FROM_HRESULT(hr) \
+ (SUCCEEDED(hr) ? ERROR_SUCCESS : \
+ (HRESULT_FACILITY(hr) == FACILITY_WIN32 ? HRESULT_CODE(hr) : (hr)))
+
#define BLUETOOTH_GATT_FLAG_NONE 0x00000000
#define BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED 0x00000001
#define BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED 0x00000002