Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
Is it possible to scan all the available BLE devices on NRF51822 in a single scan operation?
Hello All,
I am trying scan the UID and Rssi values of nearby BLE devices using a NRF51822 module. Currently I am able to scan one device at a time using the .startScan() function, but it only returns one device at a time. How can I get a list of all the nearby BLE Devices?