1 2 3 4 5 6 7 8 9
#include <simplebluez/Config.h> namespace SimpleBluez { namespace Config { bool use_system_bus = true; } // namespace Config } // namespace SimpleBluez