aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java')
-rw-r--r--src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java6
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";