diff options
Diffstat (limited to 'src/BluetoothGattService.cpp')
-rw-r--r-- | src/BluetoothGattService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BluetoothGattService.cpp b/src/BluetoothGattService.cpp index bc3fd534..d63893eb 100644 --- a/src/BluetoothGattService.cpp +++ b/src/BluetoothGattService.cpp @@ -38,7 +38,7 @@ std::string BluetoothGattService::get_class_name() const std::string BluetoothGattService::get_java_class() const { - return std::string(JAVA_PACKAGE "/BluetoothGattService"); + return std::string(JAVA_DBUS_PACKAGE "/DBusGattService"); } std::string BluetoothGattService::get_object_path() const |