I am adding Bluetooth capability to my Android App.

I can search for a specific BLE device by using the *known* address (UUID)... However, this will only work with one device, as the address will change between identical devices. BUT... the 'name' of the device will be the same.

So, how can I connect to a BLE device, by using only the Name as provided by the manufacturer?

--Sam