![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| bool pm_address_resolve | ( | const ble_gap_addr_t * | addr, |
| const ble_gap_irk_t * | irk ) |
#include <peer_manager.h>
Resolve a resolvable address with an identity resolution key (IRK).
| [in] | addr | A private random resolvable address. |
| [in] | irk | An identity resolution key (IRK). |
| true | If the IRK used matched the one used to create the address. |
| false | If the IRK used did not match the one used to create the address, or an argument was NULL or invalid. |