I'm developing a React Native application that will read data off of a ST Sensortile. I'm new to doing BLE development. Trying to understand services, characteristics, notifications, etc.
I'm using react-native-ble-plx library. I am able to scan for all Sensortiles and connect. But I'm lost after that.
From the docs...
0x000e is characteristic value handle of environmental data. 0x000f is client characteristic configuration handle for environmental data transmission. 0x001b is SensorTile LED configuration handle.
How does the characteristic handle relate to the characteristic UUID?