Hello,
We want to support two mutually exclusive services, that is, while one is active, the other one will be hidden, once the gatt table is updated, we could send the services changed indication to the host using the function call sd_ble_gatts_service_changed(), but while there is sd_ble_gatts_service_add() function to add a service to the gatt table, it seems there is no function available to take it out, is this the case? Someone suggest to me that I can do a system reset to do the switch, but system reset is not allowed in our application.
Best Regards, Joseph