I am developing a script that runs on the nRF51822/ BLE nano to connect to other devices using blue tooth low energy. To do this currently I am looking at the heart rate example that comes with the Nordic SDK. The problem I am having is that the central device in this example searches for peripheral with a certain UUID. I want to search for a device by blue tooth address instead of UUID. How do I do this?