147148149150151152153154155156157
} }); } public void listDevices() { Bluetooth.listDevices(new StringCallback() { @Override public void onSuccess(String result) { try { String textHTML = ""; JSONValue value = JSONParser.parseLenient(result);
206207208209210211212213214215216
} }); } public void listBoundDevices() { Bluetooth.listBoundDevices(new StringCallback() { @Override public void onSuccess(String result) { try { String textHTML = ""; JSONValue value = JSONParser.parseLenient(result);