Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Multi-Client Peripheral with Battery Service

Hello!  I am attempting to prototype a solution that implements a peripheral with the battery service that connects to multiple central devices.  I see in the ble_app_multilink_central that there is a BLE_LBS_C_ARRAY_DEF() to instantiate multiple instances of the LBS service.  How should I implement this with the BAS service?  Do I have to modify the source code in the SDK for the service?

Related