Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L2CAP channel? #83

Open
mickeyl opened this issue May 27, 2022 · 6 comments
Open

L2CAP channel? #83

mickeyl opened this issue May 27, 2022 · 6 comments

Comments

@mickeyl
Copy link

mickeyl commented May 27, 2022

First off, thanks for this great set of classes!

I'm using an esp32c3 and need to transfer a huge stream of data to iPhone (and Android) over BLE and wonder whether your classes allow me to create an L2CAP channel directly? That way my hope is I would not have to implement manual fragmentation and assembly of data using individual characteristics.

@h2zero
Copy link
Owner

h2zero commented May 28, 2022

Hi @mickeyl, you're quite welcome.

There is no support for l2cap in this library at this time. Always happy to accept a PR though 😃

@mickeyl
Copy link
Author

mickeyl commented May 29, 2022

Alright. Will do as soon as I get it working on the C level… right now I'm still blocked.

@mickeyl
Copy link
Author

mickeyl commented Jun 5, 2022

FYI: I have started to get some things working on C level. I will create a bunch of abstractions that hopefully match your style. Bear with me though, as my last encounter with C++ stems from using Visual C++ with Windows NT 3.5.1 (in the late 1990s, if I recall correctly), my C++ is a bit rusty.

I'm developing the code here and will open a pull request once I have something workable.

@h2zero
Copy link
Owner

h2zero commented Jun 6, 2022

Awesome, looking forward to it!

@mickeyl
Copy link
Author

mickeyl commented Apr 21, 2023

Quick heads-up: I made huge progress and will open a pull request for review next week.

@mickeyl
Copy link
Author

mickeyl commented Apr 28, 2023

#116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants