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

BLE noob question here #237

Open
Jihosong opened this issue Dec 2, 2021 · 0 comments
Open

BLE noob question here #237

Jihosong opened this issue Dec 2, 2021 · 0 comments

Comments

@Jihosong
Copy link

Jihosong commented Dec 2, 2021

Hello,

I am trying to implement a Bluetooth functionality to pass on wifi information for my IoT device to connect to the internet
(Rpi 4B+, Pi OS Bullseye, and program written in C/C++)

I started to research the Rpi Bluetooth examples written in C/C++ this week.
Surprisingly there are not many I found.

So far I know Bullseye comes with Bluez and I need to figure out how to GAP -> GATT to transfer wifi info two-way between the central and peripheral. This is how much I know about Bluetooth at the moment. First of all, please let me know if this makes sense to you.

Then, I am curious about what gattlib does with bluez?
Can you implement gatt without gattlib and just with just bluez?
Or is gattlib providing more dev-friendly and high-level interface to implement GATT than just using Bluez?

Please let me know. Thanks!

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

1 participant