⚠️ Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
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.