Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when data is ready. I want the central to be constantly scanning for the bonded peripherals and immediately connect to extract information when one is found.
For this functionality i'll need to scan for only previously bonded devices so I can either; A) create a list of all the "awake" peripherals or B) automatically connect as they are discovered.
The amount of possible peripherals will be in the 20 - 30 range.
Does anyone know how this could be achieved? Any possible examples would be a big help.
Thanks,