simplersble 0.14.1-dev44

The all-in-one Bluetooth library that makes it easy to add wireless connectivity to your projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#include <simpledbus/Config.h>

namespace SimpleDBus {
namespace Config {

namespace Connection {
std::chrono::steady_clock::duration send_with_reply_timeout = std::chrono::seconds(30);
}  // namespace Connection

}  // namespace Config
}  // namespace SimpleDBus