Hi there ,
I am building a prototype ble device. For this I'm currently using a nRF52840 dongle and using https://github.com/google/bumble.
We're currently hitting some limits: I have added about 175 characteristics and on most Android devices, it times out while trying to discover services & characteristics.
I'm not really seeing any errors on the dongle.
Are there hardware limits? How could I investigate if I am hitting memory limits due to the sheer amount of Services & Characteristics or if it's something else?
Kind regards