Reedyuk / blue-falcon

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

Add support for manufacturerSpecificData (Android) and kCBAdvDataManufacturerData (iOS) #59

Closed etwilliams closed 1 year ago

etwilliams commented 3 years ago

I've been looking into the library for use in my companies BLE apps. It seems very simple to use and I look forward to being able to add this to our toolkit. One feature we use a lot is embedding information into the advertising data. Is it possible to add ScanRecord.manufacturerSpecificData (for Android) and kCBAdvDataManufacturerData (for iOS) into the BluetoothPeripheral class? I'm an Android developer and could help with that side.

Reedyuk commented 3 years ago

Nice idea, happy for you to put in a PR for this.