Hi,
I would like to connect two centrals to one peripheral with >= BLE 4.3. I know,
normally one central is connected to multiple peripheral, but in this case,
a special sensor needs to serve multiple centrals.
So, it should only be allowed from the peripheral to connect to two centrals (Version A and B),
where each central runs a different application. The peripheral should only be able to connect
to one version A device and one version B device, so somehow I would like to filter out
on the peripheral side we I get an advertising response, if I can accept the connection as specified
How can I filter out this connections? Normally when I have one central and multiple peripheral,
each peripheral has a unique target name, that I can filter, but I cannot filter from the peripheral
what central target name I have?