Home | History | Annotate | Download | only in gatt

Lines Matching refs:connectedDevices

1347         Set<String> connectedDevices = new HashSet<String>();
1348 connectedDevices.addAll(mClientMap.getConnectedDevices());
1349 connectedDevices.addAll(mServerMap.getConnectedDevices());
1351 for (String address : connectedDevices ) {