Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
138 views

I want to scan for changes of bluetooth devices under linux. I'm trying to implement this with the sdbus-c++ library version 1.40 and wrote following code: // save to sdbus-example.cpp and compile ...
Marcus Hampel's user avatar
3 votes
0 answers
274 views

I am using the sdbus-cpp library to test how to create a service and access it's methods and signals through a D-Bus client. The library provides an example of this that I tested and worked for me. ...
user2952272's user avatar