Hi all,
I'm working on a custom Ble service based on this tutorial: https://github.com/bjornspockeli/custom_ble_service_example on nrf52840.
I've been able to add about 50 characteristics. I've tested reading/writing on windows and android with nrf connect. On windows I'm able to read and write all characteristics, but on android it seems that I can only read/write the first 32 chars. All other chars are listed as descriptor.(see image)
Is there some kind of a limit? Why is it working on windows but not on android?
Thanks