Is there a possibility to connect a slave to more than 2 masters (BLE)?
Programming manual PM0271, page 4, current features supported on Bluetooth specification v4.1, it is said that it only supports being slave of up to two masters simultaneously.
But as for the standard, the maximum connections number would be 8. I'm trying to use "server" and "client" examples, using full stack, but the server can only connect to 2 clients. After this, it can't put server on advertising mode (I'm starting again the advertiser after every connection). Currently I'm using STM32WB v1.11.1 package. I've tried v1.9.0 and v1.10.0 with the same limitation.
Is there a way to connect a slave to more masters?