STM32WB BLE - On 2 master connections, how can I distinguish between them?
My device is the slave, that is being connected (not always in the same order) by 2 masters.
I would like to create two different connection ways/points to distinguish between the masters.
MASTER1 will always connect through "way1."
MASTER 2 will always connect through "way2."
And I could map the connection handles according to the way they connected.
What could "way1" and "way2" be?
I was thinking about changing the MAC address/Name I am advertising periodically, by that creating 2 connection points.
First master will always connect through MAC1/NAME1.
Second master will always connect via MAC2/NAME2.
Is it possible? Could I know upon connection through what MAC#/NAME# they've connected?
Is there another way?
Thanks.