Searched refs:serviceUuidList (Results 1 – 4 of 4) sorted by relevance
271 String[] serviceUuidList in bleStartClassicBleScanWithServiceUuids()274 UUID[] serviceUuids = new UUID[serviceUuidList.length]; in bleStartClassicBleScanWithServiceUuids()275 for (int i = 0; i < serviceUuidList.length; i++) { in bleStartClassicBleScanWithServiceUuids()276 serviceUuids[i] = UUID.fromString(serviceUuidList[i]); in bleStartClassicBleScanWithServiceUuids()
508 ArrayList<String> serviceUuidList = new ArrayList<String>(); in gattGetServiceUuidList() local510 serviceUuidList.add(service.getUuid().toString()); in gattGetServiceUuidList()512 return serviceUuidList; in gattGetServiceUuidList()
386 ArrayList<String> serviceUuidList = new ArrayList<String>(); in gattClientGetServiceUuidList() local388 serviceUuidList.add(service.getUuid().toString()); in gattClientGetServiceUuidList()390 return serviceUuidList; in gattClientGetServiceUuidList()
448 ArrayList<String> serviceUuidList = new ArrayList<String>(); in buildJsonBleScanResult() local454 serviceUuidList.add(serviceUuid.toString()); in buildJsonBleScanResult()460 result.put("serviceUuidList", serviceUuidList); in buildJsonBleScanResult()