diff options
author | Sven Gothel <[email protected]> | 2020-02-09 10:47:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-02-09 10:47:16 +0100 |
commit | 7c5ab99b354f75c9c4d85973759659b9eb14fabc (patch) | |
tree | 950141524da43a2bd5b0fa7db635212e555287d2 | |
parent | 2f84ce5d85579739f6fd29581917189c515115c0 (diff) |
Adding BluetoothDevice API doc in interface header
-rw-r--r-- | java/org/tinyb/BluetoothDevice.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/org/tinyb/BluetoothDevice.java b/java/org/tinyb/BluetoothDevice.java index a8764cfc..4bff1324 100644 --- a/java/org/tinyb/BluetoothDevice.java +++ b/java/org/tinyb/BluetoothDevice.java @@ -31,6 +31,10 @@ package org.tinyb; import java.util.List; import java.util.Map; +/** + * Provides access to Bluetooth adapters. Follows the BlueZ adapter API + * available at: http://git.kernel.org/cgit/bluetooth/bluez.git/tree/doc/device-api.txt + */ public interface BluetoothDevice extends BluetoothObject { @Override |