ButeoSynchronizationFramework
|
Strings used for DBus communication with bluetooth daemon are grouped using this structure. More...
#include <BtHelper.h>
Static Public Attributes | |
static const QString | BLUEZ_DEST = "org.bluez" |
Destination for Dbus command to bluez. | |
static const QString | BLUEZ_MANAGER_INTERFACE = "org.bluez.Manager" |
Bluez manager interface name. | |
static const QString | BLUEZ_ADAPTER_INTERFACE = "org.bluez.Adapter" |
Bluez adapter interface name. | |
static const QString | BLUEZ_DEVICE_INTERFACE = "org.bluez.Device" |
Bluez Device interface name. | |
static const QString | GET_DEFAULT_ADAPTER = "DefaultAdapter" |
Method name for retrieving default adapter. | |
static const QString | FIND_DEVICE = "FindDevice" |
Method name for finding the device. | |
static const QString | DISCOVERSERVICES = "DiscoverServices" |
Method name for discovering services. | |
static const QString | GETPROPERTIES = "GetProperties" |
Method name for discovering services. | |
Strings used for DBus communication with bluetooth daemon are grouped using this structure.