summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/org/tinyb/BluetoothDevice.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/java/org/tinyb/BluetoothDevice.java b/java/org/tinyb/BluetoothDevice.java
index 03d21e0f..5cc8ff63 100644
--- a/java/org/tinyb/BluetoothDevice.java
+++ b/java/org/tinyb/BluetoothDevice.java
@@ -207,9 +207,12 @@ public interface BluetoothDevice extends BluetoothObject
* <p>
* In case the device is no more reachable, disconnect will be initiated due to the occurring IO error.
* </p>
- *
- * @return {@code true} if successful or not implemented, otherwise false in case GATT connection failed.
+ * <p>
+ * GATT services must have been initialized via {@link #getServices()}, otherwise {@code false} is being returned.
+ * </p>
+ * @return {@code true} if successful or not implemented, otherwise false in case no GATT services exists or is not connected..
* @since 2.0.0
+ * @implNote not implemented in tinyb.dbus.
*/
boolean pingGATT();