How to correctly set the date and time in a bluetooth low energy peripheral?

后端 未结 3 2131
[愿得一人]
[愿得一人] 2021-02-11 00:26

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

3条回答
  •  眼角桃花
    2021-02-11 00:56

    Start The time service in iOS Phone. Read the Time from Phone (exposed by service) into sensor. ( for this your iPHone acts as peripheral ) Sensor in this case acts as a Master. Get the data from iPhone and set it into sensor. I hope you can code for Sensor.

提交回复
热议问题