return;
}
searching = true;
status.setText("bluetooth searching...");
Vector<RemoteDevice> bluetoothDevices = new Discovery().getDevices();
// if new device, add to the list
if (!bluetoothDevices.isEmpty()) {
Enumeration<RemoteDevice> list = bluetoothDevices.elements();
while (list.hasMoreElements()) {