4 questions
3
votes
1
answer
138
views
Scan for changes to linux dbus properties for bluetooth using sdbus-c++
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 ...
3
votes
0
answers
274
views
D-Bus client not receiving signal events in the system bus
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. ...