Im working on making a bluetooth BLE library for KMP, i have done all the bindings for mac, android and ios, but now i am trying to get it to work for windows.
From what i can see, i want to use the Windows.Devices.Bluetooth.h file(i assume the .dll will be present for the user at runtime)
I have what i think is the bindings by using the winrt header files. When i go to the sourcecode to reference BluetoothDevice, it just isnt there and i cannot see why?
Where am i going wrong?