diff options
author | Petre Eftime <[email protected]> | 2016-03-07 18:05:17 +0200 |
---|---|---|
committer | Petre Eftime <[email protected]> | 2016-03-07 18:05:37 +0200 |
commit | 139b24cd7863ace367bec94c40c093a2d7df3a1b (patch) | |
tree | 764e8044822ecdebabe415c07e1be0bdb3074054 /java/BluetoothObject.java | |
parent | 64307f3aa8030e8c7ab17f8c45e68004bb108e16 (diff) |
java: Add find methods to classes, add AsyncTinyB example
Signed-off-by: Petre Eftime <[email protected]>
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 */ |