OSDN Git Service

Added a comment
authorHarish Paryani <hparyani@broadcom.com>
Fri, 20 Apr 2012 22:02:58 +0000 (15:02 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Tue, 17 Jul 2012 05:01:57 +0000 (22:01 -0700)
Change-Id: Ia52a0f58ee2085f3452877e23a591dcd842bafac

src/com/android/bluetooth/hid/HidService.java

index a260559..afc607c 100755 (executable)
@@ -324,7 +324,7 @@ public class HidService extends Service {
                 BluetoothProfile.PRIORITY_UNDEFINED);
             return priority;
         }
-
+        /* The following APIs regarding test app for compliance */
         public boolean getProtocolMode(BluetoothDevice device) {
             enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
                                            "Need BLUETOOTH_ADMIN permission");