This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where to find a health thermometer central device

In the examples delivered by Nordic, there is ble_app_hrs in ble_peripheral and ble_app_hrs_c in ble_central. But I cannot find a ble_app_hts_c in ble_central for the ble_perifpheral/ble_app_hts.

Is it available somewhere?

Parents
  • Unfortunately, we don't have a hts_c example available.

  • I started writing the ble_app_hts_c. I copied the ble_app_hrs_c and made some name changes. I don't expect the whole thing work without significant changes, but I am expecting it can at least scan and get the advertisement from the HTS server. But it never stops at ble_hrs_on_db_disc_evt() function, where UUIDs of the service can be seen. Can you give me some pointers on how to convert the hrs_c to hts_c? What needs to be done to scan the HTS? Thanks.

Reply
  • I started writing the ble_app_hts_c. I copied the ble_app_hrs_c and made some name changes. I don't expect the whole thing work without significant changes, but I am expecting it can at least scan and get the advertisement from the HTS server. But it never stops at ble_hrs_on_db_disc_evt() function, where UUIDs of the service can be seen. Can you give me some pointers on how to convert the hrs_c to hts_c? What needs to be done to scan the HTS? Thanks.

Children
No Data
Related