Replies: 2 comments
-
Hi, I am not familiar with BLE, "The Bluetooth Technology for Linux Developers Study Guide" nor bluez-dbus-cpp implementation, so I'm afraid I can't help you with this one. I can only answer sdbus-c++-specific questions related to its design, API and its usage. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I started with Me and the Devil BlueZ: Reading BLE Sensors From C++ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use sdbus-cpp to implement a BLE central role, to scan for a peripheral, open a connection, and read and write characteristics. I have working Python code from "The Bluetooth Technology for Linux Developers Study Guide", which uses Dbus from Python, but I'm having a hard time understanding how to do the equivalent things in C++ using sdbus-cpp, even looking at the sdbus-cpp documentation and example. Does anyone have any example BLE central code they'd be willing to share?
I don't particularly need BLE peripheral side code, as I'm using bluez-dbus-cpp for that (which uses sdbus-cpp).
Beta Was this translation helpful? Give feedback.
All reactions