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.
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.
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.
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.
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.