Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

How to get data from Unknown Service

Hello. I am trying to get data from BLE sensors. Sensors work like Nordic uart service. Main problem is that every BLE sensor has different 128-bit UUID of that service. If i use central nus example from nRF5 SDK and change NUS_BASE_UUID to  128-bit UUID of one sensor - it works well. But if take another sensor it doesnot work, because it has another 128 bit UUID. How can i handle that case if i dont know 128-bit UUID of the service?

Related