This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to display a Whitelist with Bluetooth Addresses and ranking

Hi! I'm a beginner working with a project that uses nRF5280 Softdevice 6.1.1 and have some questions wrt to the peer manager and its ranking system. I can see the whitelist count on the debug terminal but was also hoping to display the Bluetooth addresses of the devices and the ranking since I'm having trouble understanding what the peer id is referring to (I get numbers like 537132964) for ids (it also looks like the peer id changes for the same device). So there's two questions:

1. Where does the peer id refer to/ come from?

2. Are bluetooth addresses saved by default or are there any examples for saving and displaying the whitelist and ranking?

The project currently has the peer rank management in Peer Manager enabled.

Thank you.

Parents
  • Hi,

    I can see the whitelist count on the debug terminal but was also hoping to display the Bluetooth addresse

    Can you please let us know which examples have you been using so that we can understand what libraries are included and which print you are referring to. 

    Normallu nrf_ble_scan module can be used to set and get the whitelist filters

Reply
  • Hi,

    I can see the whitelist count on the debug terminal but was also hoping to display the Bluetooth addresse

    Can you please let us know which examples have you been using so that we can understand what libraries are included and which print you are referring to. 

    Normallu nrf_ble_scan module can be used to set and get the whitelist filters

Children
Related