Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
321 stars 43 forks source link

Advertisement data #91

Closed nilskasseckert closed 2 years ago

nilskasseckert commented 2 years ago

It was added that the advertist data from the device is also passed.

So that the code can also be used in the shared module, the advertist data is mapped to a common format. This makes them usable everywhere in the same way.

Furthermore, the dependencies for Android were updated and all examples are adapted

@Reedyuk Version number is already increased.

nilskasseckert commented 2 years ago

Furthermore, I have fixed a bug in iOS by which the RSSI change was not noticed. With Android everything works as desired.

Reedyuk commented 2 years ago

@nilskasseckert - sorry for not getting back to you quicker, i was on holiday out of the country so was tricky to get near a computer.

nilskasseckert commented 2 years ago

Good morning @Reedyuk , no problem. I hope you had a great vacation!

I fetched the repo in the meantime on our internal Maven and therefore it is no problem if it takes longer. I just wanted to make the changes available to the general public as well.