I am developing a sensor device and a corresponding iOS-app that shall communicate using Bluetooth low energy. The sensor device needs to maintain the current date and time in a
The Current Time Service is intended to be a provider of the current time; clients would use it to obtain the time. Hence, having a client write to it does not really make sense. If your device does not have a Real Time Clock then it cannot provide a time service. If your device needs the time and does not have an RTC then your device must become a client to another device which can provide it.