Hi
We are trying to find a solution to connecting a BLE peripheral to a "preferred" or "primary" central. We are considering having the peripheral connect to multiple centrals and have the central tell the peripheral if it is a primary central. When a connection is made to a primary central other centrals are then disconnected, so only one connection is held.
This product will be in mass production, so we have two concerns:
1. Is this the best way of achieving this?
2. The ble_app_multiperipheral example is still experimental. Does this mean that this type of functionality is not recommended for production environments?