This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How To Scan for Specific BLEs

Hi,

I am running an Arduino sketch that is based on HostTestApp project. The reference source codes can be found here.

I have 2 questions here.

1. GAPCentralRole_StartDiscovery(), list all devices discovered. However, how do I make it in such away that it only discover a list of BLE devices, based on MAC address instead of all?

2. Right now, I can only only extract MAC addresses after discovery. I have no idea on how do you extract other data like RSSI or what other data that can be extracted?

Thank you in advance,