nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ pm_address_resolve()

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).

Parameters
[in]addrA private random resolvable address.
[in]irkAn identity resolution key (IRK).
Return values
trueIf the IRK used matched the one used to create the address.
falseIf the IRK used did not match the one used to create the address, or an argument was NULL or invalid.