NordicSemiconductor / pc-nrfconnect-ble

Bluetooth low energy app for nRF Connect for Desktop
Other
151 stars 43 forks source link

Missing strings for some descriptions of the standard services / characteristics #157

Open raffaeler opened 4 years ago

raffaeler commented 4 years ago

I am using v3.3.3 "Bluetooth Low Energy App" + nRF52840 Dongle on my sensors. I configured the sensor with a 0x1826 service (Fitness Machine) and a 0x2ACD characteristic (Treadmill Data).

When I connect to the sensor I can't see "Fitness Machine" of "Treadmill Data" but just "0x1826" and "0x2ACD". Could you please add all the standard services strings to the application?

FYI, I tried to configure the sensor as a Heart Rate sensor (0x180D) and (0x2A37) and I can see the strings correctly.

Thanks for the great work!

andyklaiber commented 4 years ago

It looks like the treadmill data description has been added in the latest version of the BLE app add-on for nRF connect.

https://github.com/NordicSemiconductor/bluetooth-numbers-database/blob/ff56d439019225789828ed5a244704b9dd59667c/v1/characteristic_uuids.json#L211