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?