-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[2.0.0] BtClassic Discovery with info without connect #4811
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
Conversation
synchronized branch with upstream master
Hi, today I moved my changes into a separated branch and merged master into. |
no worries :) we can still use this one |
Just please make sure that you fix the merge conflict with |
I'm interested in using this, it will be very useful for my project - thanks @ArcticSnowSky. How do I use this code before it is merged into master, or will that happen soon? |
Hi, I for my part - at the beginning - copied the BluetoothSerial folder into my project folder and used those as direct include (Simple approach). |
Thanks I've worked out how to clone the repository (I think!) and will replace the "BluetoothSerial" Platfromio folder with your work. |
Hey guys, so I wanted to do a BtClassic Discovery without the need to call connect and to list all found devices on a display and continue work with that list. I wasn't capable to test the example code with my file structure, but I did use the discovery already in some different situations. However when I noted that the Bluedroid stack won't let me enforce an RfComm SPP connection to a GPS Device (Skytraxx 2 plus, I guess its interface is built so simple that it doesn't advertise its SPP over SDP), I will probably have to switch to BtStack (BlueKitchen) and stop on this side meanwhile
Hey guys,
so I wanted to do a BtClassic Discovery without the need to call connect
and to list all found devices on a display and continue work with that list.
I wasn't capable to test the example code with my file structure, but I did use the discovery already in some different situations.
However when I noted that the Bluedroid stack won't let me enforce an RfComm SPP connection to a GPS Device (Skytraxx 2 plus, I guess its interface is built so simple that it doesn't advertise its SPP over SDP), I will probably have to switch to BtStack (BlueKitchen) and stop on this side meanwhile