1) how can get the UUID of different profiles service and their characteristic? especially, those defined by the profiles.
2)A error is existed in the app_ht_task. As follows: the task ID of the ht_task is defined as “APP_HT_TASK” in the "APP_api.h" , but in the app_ht_task and app_ht, it is named “TASK_APP_HT”. So I modified the “APP_HT_TASK” as “TASK_APP_HT” in the "APP_api.h" . Then a new question comes, the "htpt_create_db_cfm_handler (app_ht_task.c)" cannot receive the message from "htpt_create_db_req_handler(ht_task.c)". A solution or a metho to solve it would be expected, thank you.