Wish Update iBLE library with fulfilled Android BLE wish

OliverA

Expert
Licensed User
Longtime User
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
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I remember a related discussion where I tried to solve it using NativeObject. As this is quite an edge case, if there is a solution based on NativeObject then it should suffice. If needed start a new thread with the specific feature you are trying to implement and I'll help solve it (and update the library if needed).
 
Top