I am using arduino to send message through BLE to a mobile, which use "nRF Connect for Mobile" to scan the arduino.
I am able to get the information of Blood pressure (0x1810) and Health Thermometer (0x1809), but fail for Pulse Oximeter Service (0x1822)
It only displays
Value: (0x) 00-63-00-50-00
As it doesn't have symptom like "invalid data syntax", I wonder if this service is defined by this app.
I expected that it can show SpO2 value and pulse rate.