-
Notifications
You must be signed in to change notification settings - Fork 45
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
Gatt Server not offering Services #44
Comments
Does the corresponding GATT client example work, when used together with the GATT server example? What BlueZ version are you using? |
Nope, I don't get the examples working. They're always failing with this Error:
My BlueZ version is: 5.43-2+rpt2+deb9u2 |
Please make sure you cloned the repository with submodules as described in the README. |
I've forgot the
Regarding your question for my BlueZ version: |
Could you run |
The adapter wasn't present, I fixed that now. But I now get another error when trying to launch the example:
I made the experience that if I build my code and run the compiled version with sudo this error is fixed. But that doesn't work for the example because it throws an "NotRegistered"-Error for me then. |
Please update BlueZ to at least version 5.60. |
So, sorry that you didn't hear anything from me in the past days. The update of BlueZ didn't work very well on my old image with Raspbian Stretch running on it. |
Great to hear it's working now! |
# This is the 1st commit message: BLE Passive Scanning # This is the commit message #2: monitor # This is the commit message bluez#3: monitor # This is the commit message bluez#4: monitor # This is the commit message bluez#5: monitor # This is the commit message bluez#6: monitor # This is the commit message bluez#7: monitor # This is the commit message bluez#8: monitor # This is the commit message bluez#9: monitor # This is the commit message bluez#10: monitor # This is the commit message bluez#11: monitor # This is the commit message bluez#12: monitor # This is the commit message bluez#13: monitor # This is the commit message bluez#14: monitor # This is the commit message bluez#15: monitor # This is the commit message bluez#16: monitor # This is the commit message bluez#17: monitor # This is the commit message bluez#18: monitor # This is the commit message bluez#19: monitor # This is the commit message bluez#20: monitor # This is the commit message bluez#21: monitor # This is the commit message bluez#22: monitor # This is the commit message bluez#23: monitor # This is the commit message bluez#24: monitor # This is the commit message bluez#25: monitor # This is the commit message bluez#26: monitor # This is the commit message bluez#27: monitor # This is the commit message bluez#28: monitor # This is the commit message bluez#29: monitor # This is the commit message bluez#30: monitor # This is the commit message bluez#31: monitor # This is the commit message bluez#32: monitor # This is the commit message bluez#33: monitor # This is the commit message bluez#34: monitor # This is the commit message bluez#35: monitor # This is the commit message bluez#36: monitor # This is the commit message bluez#37: monitor # This is the commit message bluez#38: monitor # This is the commit message bluez#39: monitor # This is the commit message bluez#40: monitor # This is the commit message bluez#41: monitor # This is the commit message bluez#42: monitor # This is the commit message bluez#43: monitor # This is the commit message bluez#44: monitor # This is the commit message bluez#45: monitor # This is the commit message bluez#46: monitor # This is the commit message bluez#47: monitor # This is the commit message bluez#48: monitor # This is the commit message bluez#49: monitor # This is the commit message bluez#50: monitor # This is the commit message bluez#51: monitor # This is the commit message bluez#52: monitor # This is the commit message bluez#53: monitor # This is the commit message bluez#54: monitor # This is the commit message bluez#55: monitor # This is the commit message bluez#56: monitor # This is the commit message bluez#57: monitor # This is the commit message bluez#58: monitor # This is the commit message bluez#59: monitor # This is the commit message bluez#60: monitor # This is the commit message bluez#61: monitor # This is the commit message bluez#62: monitor
Hey guys,
can someone help me please, because i'm a little confused why i'm not seeing any services when using a BTLE Scanner?
I used the GATT-Server implementation that is documented here:
https://docs.rs/bluer/latest/src/gatt_server_io/gatt_server_io.rs.html
I changed nothing, also i'm using the UUIDs from the gatt.inc.
Maybe someone can help me here? Because I don't know what the problem is.
I fixed the initial issue, that I had, by using the UUIDs from the examples. But I'm certain that that's not the right way to work with the crate.
The text was updated successfully, but these errors were encountered: