Searched refs:serviceUuids (Results 1 – 2 of 2) sorted by relevance
178 List<ParcelUuid> serviceUuids = scanRecord.getServiceUuids(); in shouldAttemptConnection() local179 if (serviceUuids != null) { in shouldAttemptConnection()180 for (ParcelUuid serviceUuid : serviceUuids) { in shouldAttemptConnection()191 if (serviceUuids != null && !serviceUuids.isEmpty()) { in shouldAttemptConnection()
2273 List<ParcelUuid> serviceUuids = new ArrayList<ParcelUuid>(); in getRegisteredServiceUuids() local2275 serviceUuids.add(new ParcelUuid(entry.uuid)); in getRegisteredServiceUuids()2277 return serviceUuids; in getRegisteredServiceUuids()