Bluetooth ~ Connecting to device
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
Re: Bluetooth ~ Connecting to device
From some research... It appears that you have to scan for devices, then check the name of each...
You cannot connect directly via the name?