diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-01-30 22:47:39 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2011-01-30 22:47:39 +0100 |
commit | 751719019ae20c11205fa8ac4ea35fbf79f890e3 (patch) | |
tree | 8571a348139cd2f51ca6966a9e2590fe44357f05 /src/org/broeuschmeul/android/gps/bluetooth | |
parent | afeee82cf52c30a9c6f507ed5783b59d3b7173da (diff) | |
download | BlueGPS-751719019ae20c11205fa8ac4ea35fbf79f890e3.zip BlueGPS-751719019ae20c11205fa8ac4ea35fbf79f890e3.tar.gz BlueGPS-751719019ae20c11205fa8ac4ea35fbf79f890e3.tar.bz2 |
add comment on the classes
Diffstat (limited to 'src/org/broeuschmeul/android/gps/bluetooth')
-rw-r--r-- | src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java index 0d2207d..97a5fa3 100644 --- a/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java +++ b/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java @@ -56,6 +56,12 @@ import android.provider.Settings; import android.os.SystemClock;
import android.util.Log;
+/**
+ * This class is used to establish and manage the connection with the bluetooth GPS.
+ *
+ * @author Herbert von Broeuschmeul
+ *
+ */
public class BlueetoothGpsManager {
private static final String LOG_TAG = "BlueGPS";
|