Simultaneous measurement of blood pressure and acceleration

setEventListener는 healthTracker를 한번만 가져올 수 있는데 다중 healthTraker를 가져올 수 있는 함수가 있는지 궁금합니다 만약 없다면 혈압과 가속도를 동시에 측정을 할 때 스레드를 이용해서 측정을 하나요? 아니면 다른 방법이나 팁이 있는지 궁금합니다.

The setEventListener can only import healthTracker once, but I wonder if there is a function that can bring multiple healthTrackers. If not, do you use threads to measure blood pressure and acceleration at the same time? Or I wonder if there are any other ways or tips.

Hello Hobin,
As far as I understand, read multiple sensor at a time is not possible with a single processor.
Yes can try with threads once. Also you can try using if else like this way: