As I understand it is not possible for a peripheral device to be connected to several central devices simutaneously, is that correct?
We use a CC2640 in our products and when I look in bleUserConfig.h it is possible to set MAX_NUM_BLE_CONNS to oter value than 1.
According to comment the recommended value for peripherals is one but it only says "recommended" which makes me a bit unsure.
Our use case is that the peripheral device advertises acoording to a strict profile description.
Advertising data and scan response are included in the profile definition and can't be changed.
The central device is a mobile phone app.
New thing now is that several other "type B" central devices shall be able to connect to the peripheral device.
Type 2 central devices use another profile to connect to another type of peripheral and we probably need to advertise as two different peripheral devices interchangeably.
Anyone that has experience of a similar use case?
And if there are, how did you solve it?
BR
Mattias Haeger