Current Time Service Implementation

Learn MoreFAQsTutorials

4 posts / 0 new
Last post
jlabuac
Offline
Last seen:1 year 4 months ago
加入:2017-04-20 06:06
Current Time Service Implementation

Hi,

I would like to use the Current Time Service from the TIPC Profile. Do you have any documents pertaining to it?

Thanks,

Device:
STS_Dialog
Offline
Last seen:3 years 3 months ago
加入:2017-06-06 09:26
Hi jlabuac,

Hi jlabuac,

Please check in SDK->sdk folder->ble_stack->profiles the TIP profile. There isn't the implementation of the profile or the task.c for communication between the profile and the application. There is only the profile that you can use.

BR,

STS_Dialog.

jlabuac
Offline
Last seen:1 year 4 months ago
加入:2017-04-20 06:06
I figured that much. I added

I figured that much. I added an implementation under sdk_app and then added the db_create() and enable() functions to the user_prf_functions[] in user_callback_config.h. But when discovering services I couldn't find TIPC services listed.

It would be really helpful if you'll be able to provide a document pertaining to this.

STS_Dialog
Offline
Last seen:3 years 3 months ago
加入:2017-06-06 09:26
Hi,

Hi,

There isn't any document avaliable, please check the implementation of another profile like promixity reporter and follow it's code chart.

STS_Dialog.