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 was able to get pass the scanning and GAP connection. But service discovery was not successful. Th NUS example shows that I need to do the service discovery after getting the BLE_GAP_EVT_CONNECTED event. But the HRS_C is doing the service discovery under a different place in DM_EVT_LINK_SECURED. Why it is different?

    Another issue is that the Keil debugger "Call Stack + locals" shows not in scope for some variables, which is in scope. Is that a known issue?

Reply
  • I was able to get pass the scanning and GAP connection. But service discovery was not successful. Th NUS example shows that I need to do the service discovery after getting the BLE_GAP_EVT_CONNECTED event. But the HRS_C is doing the service discovery under a different place in DM_EVT_LINK_SECURED. Why it is different?

    Another issue is that the Keil debugger "Call Stack + locals" shows not in scope for some variables, which is in scope. Is that a known issue?

Children
No Data
Related