aboutsummaryrefslogtreecommitdiffstats
path: root/api/tinyb/BluetoothGattService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'api/tinyb/BluetoothGattService.hpp')
-rw-r--r--api/tinyb/BluetoothGattService.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/api/tinyb/BluetoothGattService.hpp b/api/tinyb/BluetoothGattService.hpp
index e947e1ae..88f2716d 100644
--- a/api/tinyb/BluetoothGattService.hpp
+++ b/api/tinyb/BluetoothGattService.hpp
@@ -58,6 +58,11 @@ protected:
BluetoothObject *parent = nullptr);
public:
+
+ static std::string java_class() {
+ return std::string(JAVA_PACKAGE "/BluetoothGattService");
+ }
+
virtual std::string get_java_class() const;
virtual std::string get_class_name() const;
virtual std::string get_object_path() const;