Since historically the Android BLE library was based on the iBLE library (see https://www.b4x.com/android/forum/threads/b4x-ble-2-bluetooth-low-energy.59937/), I'm wishing for iBLE to be brought up to parity with the changes that were implemented with the wish I made here https://www.b4x.com/android/forum/t...s-characteristics-using-the-same-uuid.160041/
The changes brought forth by that wish included
1) The BLE library can handle characteristics that share a common UUID by using characteristic objects
2) Notifications can be set using these new objects instead of UUIDs
3) Callbacks for writing and reading descriptors
The reason for this request is the same as with the B4A's wish: Allowing communications with devices that implement Bluetooth's Environmental Sensing Service. Thank you
The changes brought forth by that wish included
1) The BLE library can handle characteristics that share a common UUID by using characteristic objects
2) Notifications can be set using these new objects instead of UUIDs
3) Callbacks for writing and reading descriptors
The reason for this request is the same as with the B4A's wish: Allowing communications with devices that implement Bluetooth's Environmental Sensing Service. Thank you