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

Integration of Bond Management Service in GATT Server Profile

Hi ,
I would want to establish a GATT Server application as well as integrate Bond Management Service from glucose example (ble_app_gls) in examples folder of SDK15.3.0_59ac345 into my GATT Server Application. How to integrate this service into GATT Server application. What are the dependencies which I need to take care of while integrating this service.

Parents Reply
  • I see. But what service(s) do you want? Just your own custom service, or also/just some standard services? If you would like a service that is in the SDK, then starting with an example for that service makes sense.

    Looking at the SDK BLE peripheral examples (<SDK>/examples/ble_peripheral), you will see that all the examples that do not reside in a folder ending with _c is a servicer (the _c suffix is used or GATT clients). But that may not be that relevant.

Children
Related