This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ANCS add to S130

I develop ANCS success in S110,but in example ble_app_hrs_rscs_relay of S130 SDK9 .I don't know how to add the ANCS.I find S110 has ble_bondmnngr.c file,but in S130 dosn't exsit,Just find device_manager_central.c file. The phone can't bond the device .Should I add the ble_bondmnngr.c to the project like in S110? TKS

Parents
  • I have tried to make an example for you. I used ble_app_hrs_rscs_relay as a starting point. SDK 9.0.0, S130 1.0.0.

    I have modified the device manager library. Now each .c file has its own .h file. And the function names are not the same, so there shouldn't be any conflicts. You can find the new libraries in the project folder.

    I have done very limited testing, but it seems to work.

    Here is the example, extract to \examples\ble_central_and_peripheral\experimental. I used Keil.

Reply
  • I have tried to make an example for you. I used ble_app_hrs_rscs_relay as a starting point. SDK 9.0.0, S130 1.0.0.

    I have modified the device manager library. Now each .c file has its own .h file. And the function names are not the same, so there shouldn't be any conflicts. You can find the new libraries in the project folder.

    I have done very limited testing, but it seems to work.

    Here is the example, extract to \examples\ble_central_and_peripheral\experimental. I used Keil.

Children
Related