Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:devices

32  * Listens for unconfigured or problematic devices to show up on
98 public void onScanningStopped(ArrayList<Device> devices) {
113 * Starts listening. Will call onto listener with any devices we have
165 public final ArrayList<Device> devices;
170 devices = new ArrayList<>();
235 newClient.devices.add(target);
328 for (int devPtr = client.devices.size() - 1; devPtr > -1; devPtr--) {
329 Device d = client.devices.get(devPtr);
331 client.devices.remove(devPtr);
432 // Clear any devices that have disappeared since the last scan completed
483 client.listener.onScanningStopped(client.devices);
494 client.devices.add(device);
508 for (int ptr = client.devices.size() - 1; ptr > -1; ptr--) {
509 Device d = client.devices.get(ptr);
523 for (int devPtr = client.devices.size() - 1; devPtr > -1; devPtr--) {
524 Device d = client.devices.get(devPtr);
526 client.devices.remove(devPtr);