don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
942 stars 603 forks source link

Add new module ble-central-advertisements #965

Closed jospete closed 1 year ago

jospete commented 1 year ago

I've created a module to unify disparities between android and ios advertising payloads, and parse raw android advertising data based on the Bluetooth GAP specification so it can match the pre-parsed ios data.

@don if this module looks good to you, I'd like to refer people to it in the main README so they can skip a lot of the boilerplate that comes along with raw android advertisements.

peitschie commented 1 year ago

Hi @jospete

I love it! The code you've written there looks really nice and clean.

Happy to recommend this as a good solution here 🙂