weliem / blessed-android

BLESSED, a Bluetooth Low Energy (BLE) library for Android
MIT License
557 stars 120 forks source link

MIgration guide to blessed-kotlin #197

Closed ceduliocezar closed 1 week ago

ceduliocezar commented 5 months ago

Hi @weliem ,

Im looking for a guide to migrate to blessed-kotlin, is there any guide around?

I wonder how much the api changed, if it would be considered a major breaking change.

Thanks for this amazing library :)

ceduliocezar commented 5 months ago

Additionally are the two library 1:1 port already?

weliem commented 1 month ago

I don't have a guide, but it is fairly easy to migrate. one or two calls have a new, but better, name. The parser has been split in a pure parser and bytearray builder. The rest is identical.