I am currently trying to add BLE GATT services to an ESP32 which is part of a BLE mesh network. I am currently using NimBLE as the stack in an ESP-IDF project.
The confusing part is because the GATT server initialization is handled internally in the code when initializing the BLE MESH node. Hence, I do not have the handle to the GATT server to add or modify the services and characteristics it is advertising.
Can somebody point me in the right direction please?