modified tag name for BLE Callback Interface class
authorjihwan.seo <jihwan.seo@samsung.com>
Wed, 18 May 2016 11:00:21 +0000 (20:00 +0900)
committerJon A. Cruz <jon@joncruz.org>
Fri, 20 May 2016 07:30:15 +0000 (07:30 +0000)
Change-Id: I69f361c91f3e9fca3b166fc3ec8895eec7e8b296
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8215
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
android/android_api/base/src/main/java/org/iotivity/ca/CaLeClientInterface.java

index 6fc8294..0aac643 100644 (file)
@@ -41,7 +41,7 @@ import android.util.Log;
 public class CaLeClientInterface {
 
     private static String SERVICE_UUID = "ADE3D529-C784-4F63-A987-EB69F70EE816";
-    private static String TAG          = "Sample_Service : CaLeClientInterface";
+    private static String TAG          = "OIC_LE_CB_INTERFACE";
     private static Context mContext;
 
     private CaLeClientInterface(Context context) {