chipweinberger / flutter_blue_plus

Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android, iOS, macOS
Other
791 stars 479 forks source link

Integrate L2Cap channels for Bluetooth. #836

Closed Plinzen closed 8 months ago

Plinzen commented 8 months ago

Hello,

I'd like to add a contribution to your library which we developed in my company Continental Automotive Technologies. Starting with Android 10 / iOS 13 L2Cap channels are supported as additional way of communication using BLE.

This PR adds:

This is a quite big PR, so I am happy to help bringing this feature in. :)

chipweinberger commented 8 months ago

I'm open to adding this. but, it does not follow FBP conventions.

basically, you're not following FBP conventions at all.

please open a new PR if you'd like to merge it =)

Plinzen commented 8 months ago

Hi,

thanks for your feedback. Do you have some contribution guidelines available beside the mentioned points? I checked for a CONTRIBUTING.MD file, but didn't find one. I wanted to use clear separation of concerns and oop techniques within the implementation, but I can change to implement everything into a single file for sure. ObjC might be difficult, I don't have anyone with skill on that topic in my team. Let's see.

BR

chipweinberger commented 8 months ago

no worries

it's normal to follow the existing style when contributing