Is it possible to print or display contents of RPA list, Bonded devices list & whitelist?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DeCo_1926091
Level 4
Level 4
First like received

Trying to understand how to deal with these, is it possible to display or print the contents of the RPA list, the Bonded devices list or the whitelist in PSoC Creator?

thanks for your help,

Dennis

0 Likes
1 Solution
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello Dennis,

Please refer to the APIs in the BLE Component datasheet, API CyBle_GapGetBondedDevicesList() will returns the count and Bluetooth device address of the devices in the bonded device list, CyBle_GapGetDevicesFromWhiteList() function extracts the list of devices added to the white list, please refer to the APIs CyBle_GapReadResolvingList(), CyBle_GapReadPeerResolvableAddress(), CyBle_GapReadLocalResolvableAddress() for more information on RPA.

Please refer to the section 7. Link Layer (LL) Privacy for more information on RPA.

Thanks,

P Yugandhar.

View solution in original post

0 Likes
1 Reply
Yugandhar
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 5 likes given

Hello Dennis,

Please refer to the APIs in the BLE Component datasheet, API CyBle_GapGetBondedDevicesList() will returns the count and Bluetooth device address of the devices in the bonded device list, CyBle_GapGetDevicesFromWhiteList() function extracts the list of devices added to the white list, please refer to the APIs CyBle_GapReadResolvingList(), CyBle_GapReadPeerResolvableAddress(), CyBle_GapReadLocalResolvableAddress() for more information on RPA.

Please refer to the section 7. Link Layer (LL) Privacy for more information on RPA.

Thanks,

P Yugandhar.

0 Likes