I am developing a react native app that connect health device via bluetooth using the library
https://github.com/dotintent/react-native-ble-plx
but after connecting I try to get service by calling device.service()
but then there are an error saying no services discovered.
Now I am confused how I get service uuid and characteristic uuid to read data from bluetooth device. The device is glucose meter.