Hi all, I have worked on a Central device, whose objectives are to scan specific beacons (filter using MAC address), make broadcast and establish connection with specific devices using the MAC address of the peripherals.
Up to now, I have able to configure the Central device , to scan specific beacons using the Address Filters and make broadcast changing the values of the major and minor.
The next step is to make the connection with the peripherals, but I should not use the name of the peripherals or the UUIDs, it is better to use the Address.
1) I want to establish as many conneions as possible.
2) establish connections with peripherials using the MAC Address.
3) scan specific Beacons Filters by Mac Address, without stablish connection.
I have thought in use the whitelist for store the Address of the peripherals and establish connections, but i read that the whitelist only support 8 Address for the connections.
I would like a way to connect with peripherals using the address filters and scan the beacons using the same filter. Is there a function to establish connections with a specific address that matches with the filter and ignore the other addresses that match the filter, but I don't want to establish the connection?