I’m writing some firmware for both sides of a BLE link. I would like to scan for advertisers, filter the results to find my device, then store the address to be connected later, without necessarily connecting at the moment. I think this
is possible if I use static addresses, but I would prefer to use a private resolvable address. What is the process to use the bt_le_address_t returned in the info struct of the .recv callback to get the IRK so I can connect to the remote device at a later
time?