I am using nRF Connect Toolchain v 1.9.1 on a nrf52832 processor and I am not able to access any of the GATT characteristics beyond the 6th characteristic that I define. The other characteristics are visible but when I try to read from them the system resets. I have seen other posts that reference setting BLE_GATT_DB_MAX_CHARS but I don't see that defined anywhere and I don't see the ble_gatt_db.h file that they reference. I also can't find anything in the Kconfig build switches that looks relevant. How do I increase the maximum number of characteristics allowed?
-Camren