diff options
Diffstat (limited to 'java/BluetoothObject.java')
-rw-r--r-- | java/BluetoothObject.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/BluetoothObject.java b/java/BluetoothObject.java index 672d10d1..b5dffebc 100644 --- a/java/BluetoothObject.java +++ b/java/BluetoothObject.java @@ -39,6 +39,8 @@ public class BluetoothObject } } + static BluetoothType class_type() { return BluetoothType.NONE; } + /** Returns the BluetoothType of this object * @return The BluetoothType of this object */ |