Closed Plinzen closed 8 months ago
I'm open to adding this. but, it does not follow FBP conventions.
case L2CapMethodNames.CONNECT_TO_L2CAP_CHANNEL
should just be "connectToL2CapChannel"basically, you're not following FBP conventions at all.
please open a new PR if you'd like to merge it =)
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
no worries
it's normal to follow the existing style when contributing
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:
MarshallingUtil
, which allow reuse from different sources.This is a quite big PR, so I am happy to help bringing this feature in. :)