Hello,
I am developing a UWP (universal windows platform) to make a scan and receive the data. I am using the native BluetoothLe API of Windows to communicate with the DLPNIRScan. I can successfully get the GATT Scan Data Information Service (GSDIS) and StartScan characteristic. The problem is that Table J-7 states that the StartScan characteristic supports the notify property but when I want to set the cccd (client characteristic configuration description) I receive an error that I cannot write to that attribute. I need that notify in order to get the scan index of the current scan and use that one to get the correct data from the device.
Is there a workaround to get the index of the current scan or receive the current scan data?
I hope I make my problem clear enough.
Best Regards,
Remco