Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebluetooth.h:
+union winebluetooth_property +{
- BOOL boolean;
- ULONG ulong;
- BLUETOOTH_ADDRESS address;
- WCHAR name[BLUETOOTH_MAX_NAME_SIZE];
+};
+struct winebluetooth_bluetooth_version +{
- UCHAR major;
- UCHAR minor;
+};
+void winebluetooth_radio_free( winebluetooth_radio_t radio ); +static inline BOOL winebluetooth_radio_equal( winebluetooth_radio_t r1, winebluetooth_radio_t r2 )
This isn't used yet.