Open
Description
I'm looking at using your BLE libs in the ESP32 for scanning and getting major and minor values from a BLE hydrometer (Tilt)
According to the Apple Ibeacon spec: "The UUID, major and minor values provide the identifying information for the iBeacon. "
https://developer.apple.com/ibeacon/Getting-Started-with-iBeacon.pdf
The makers of the Tilt hydrometer are using the Major and Minor fields to hold variable gravity and temperature values without having to connect directly to the BLE device (thus saving the device battery). This makes the values discoverable by a simple ble scan on a regular basis.
Any chance you can amend the libs to add getters for these values please?