I am having issues with the return value from the peripheral for specific characteristic. What I am doing is- I have two characteristic types (notify and indicate). I subscribe to these characteristic using peripheral.SetNotify(true,characteristic);
but the issue is device is not returning any value back. I am listening for values in did update value for characteristic method.
Asked
Active
Viewed 871 times
0

Meno Hochschild
- 42,708
- 7
- 104
- 126

Bhupinder Singh
- 254
- 2
- 15
1 Answers
0
You can try to setNotify the characteristic value by using LightBlue or BLE Diag Tool iOS application.Then you can cross-check wheather it is problem on Peripheral side or on iOS App side?

manojdeshmane99
- 206
- 3
- 10
-
Thanks, I will test the peripheral with LightBlue. – Bhupinder Singh Apr 20 '14 at 03:16
-
1Light Blue helped understand the peripheral well. – Bhupinder Singh Apr 22 '14 at 13:55