Hi,
I've tried a lot of different things. Occasionally I've had promising results where I actually fine and subscribe to a single characteristic. Most recently I've tried gatt_dm with no results, it finds service 1801 with 4 characteristics, then 1800 with 7 characteristics then errors out with Not enough memory for next attribute descriptor at handle 40.
My Prj.conf file contains CONFIG_BT_GATT_DM_MAX_ATTRS=350 per another persons post with a similar problem. The peripheral I'm connecting to from my central app has A LOT of characteristics (unfortunately I have to connect to it and deal with the issues of having a lot of characteristics (310))
I've tried this but it doesn't find all of the characteristics for some reason. it will find one and subscribe to one as well but I have 5 I need to subscribe to as well as several i need handles to that i need to write to.
I am using NCS v2.2.0 on Windows 10 the nRF52832 is on a custom board, I've looked at central_HR and haven't really gotten anything to work. I believe gatt_dm will do what I need but I need to figure out why it wont find more than 40 attributes.
Brian