Closed DazWilkin closed 4 years ago
Hi. You're welcome.
Finding the handle corresponding the the characteristics was really not easy. Since I was completly new to BLE it was a lot of try until it finally worked. I used nRF-Connect App for Android and especially for finding the handle for energy saving I used a hci-log from Android. And as far as I remember there was directly the handle used and no characteristics.
Hope I could help you a bit.
That's very helpful! Thank you
Thank you for this.
Your code works for me.
I've been trying to get a Golang example working but I don't understand the mapping between the devices handles and characteristics.
Your code appears to use
0x0038
and0x0046
How were you able to identify these handles?
If I enumerate my devices handles:
I'm unable to find characteristics
00002902*
But I do have:
Am I understanding the mapping correctly?
Thanks!