-
Notifications
You must be signed in to change notification settings - Fork 22
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
ignore l2cap signal #17
Comments
I believe this is likely to be data of some kind that results from the specific devices/usecases you are trying to use this gatt library to emulate (i'm working with basically the same devices, Concept2 indoor rowing machines and their bluetooth-capable, PM5 model monitors) I suspect this is something that happens during/prior to the connection process as I got this error when trying to use the official app against your emulator. I was also able to replicate this with my own custom-made app, although i still have yet to narrow down specifically what is causing this signal. More research definitely needs to be done to definitively place blame on this gatt library as opposed to either a higher, application level issue, or some lower level l2cap dependency or something |
further investigation reveals im wrong in a number of ways.
overall it seems like this signal is just a basic part of connecting to a device (which, based on my research, is one of the responsibilities of the l2cap layer of the bluetooth stack) that this library doesnt yet handle. |
It was super difficult to fix. I don't remember much of the context now. Unfortunately, there isn't much activity around this library anymore. |
do you have a fix that you implemented on your local machine that you could push to a fork? id be curious to see how you solved it. I also noticed the lack of activity around this library, so I've been working on my own fork that merges in the open PR's on this repo |
I am running a custom service for BLE device. While trying to connect my mobile app with GATT server, it throws following log:
No communication is further carried out after this log message appears.
The text was updated successfully, but these errors were encountered: