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

◆ pm_peer_id_list_skip

#include <peer_manager.h>

Peer list filtrations. They determine which peer ID will be added to list.

Enumerator
PM_PEER_ID_LIST_ALL_ID 

Add all peers.

PM_PEER_ID_LIST_SKIP_NO_ID_ADDR 

Add only peers with an ID address (static address).

PM_PEER_ID_LIST_SKIP_NO_IRK 

Add only peers with a valid IRK. This implies PM_PEER_ID_LIST_SKIP_NO_ID_ADDR, since all peers with IRKs have ID addresses.

PM_PEER_ID_LIST_SKIP_NO_CAR 

Add only peers with Central Address Resolution characteristic set to 0.

PM_PEER_ID_LIST_SKIP_ALL 

All above filters applied.