C Samples removing unsupported adapter types.
authoromkar <omkar.m.hegde@intel.com>
Wed, 14 Jan 2015 23:05:39 +0000 (15:05 -0800)
committeromkar <omkar.m.hegde@intel.com>
Wed, 14 Jan 2015 23:05:39 +0000 (15:05 -0800)
Previously the logs in the sample apps
showed that the users could select adapters
such as LE or EDR which are not supported yet.

Change-Id: Id69d259037e7014be7eb4b956eb7a1c308a66510
Signed-off-by: omkar <omkar.m.hegde@intel.com>
resource/csdk/stack/samples/linux/SimpleClientServer/occlient.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlientbasicops.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlientcoll.cpp
resource/csdk/stack/samples/linux/SimpleClientServer/occlientslow.cpp

index 4067497..8a8e2eb 100644 (file)
@@ -70,13 +70,13 @@ void handleSigInt(int signum) {
 static void PrintUsage()
 {
 #ifdef CA_INT
-    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3|4|5|6|7> -c <0|1|2|3>");
+    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3|4|5|6|7> -c <0|1>");
 #else
      OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3|4|5|6|7>");
 #endif
     OC_LOG(INFO, TAG, "-u <0|1> : Perform multicast/unicast discovery of resources");
 #ifdef CA_INT
-    OC_LOG(INFO, TAG, "-c <0|1|2|3> : Send unicast messages over Ethernet, WIFI, EDR or LE");
+    OC_LOG(INFO, TAG, "-c <0|1> : Send unicast messages over Ethernet or WIFI");
 #endif
     OC_LOG(INFO, TAG, "-t 1  :  Discover Resources");
     OC_LOG(INFO, TAG, "-t 2  :  Discover Resources and Initiate Nonconfirmable Get Request");
index de4a8ed..1959076 100644 (file)
@@ -73,13 +73,13 @@ void handleSigInt(int signum)
 static void PrintUsage()
 {
 #ifdef CA_INT
-    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3> -c <0|1|2|3>");
+    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3> -c <0|1>");
 #else
     OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3>");
 #endif
     OC_LOG(INFO, TAG, "-u <0|1> : Perform multicast/unicast discovery of resources");
 #ifdef CA_INT
-    OC_LOG(INFO, TAG, "-c <0|1|2|3> : Send unicast messages over Ethernet, WIFI, EDR or LE");
+    OC_LOG(INFO, TAG, "-c <0|1> : Send unicast messages over Ethernet or WIFI");
 #endif
     OC_LOG(INFO, TAG, "-t 1 : Discover Resources");
     OC_LOG(INFO, TAG, "-t 2 : Discover Resources and"
index 14adf75..a8f8740 100644 (file)
@@ -107,7 +107,7 @@ void PrintUsage()
 {
 #ifdef CA_INT
     OC_LOG(INFO, TAG, "Usage : occlientcoll -t <Test Case> -c <CA connectivity Type>");
-    OC_LOG(INFO, TAG, "-c <0|1|2|3> : Send messages over Ethernet, WIFI, EDR or LE");
+    OC_LOG(INFO, TAG, "-c <0|1> : Send messages over Ethernet or WIFI");
 #else
     OC_LOG(INFO, TAG, "Usage : occlientcoll -t <Test Case>");
 #endif
index 28db9db..f0a589b 100644 (file)
@@ -58,8 +58,8 @@ void handleSigInt(int signum)
 static void PrintUsage()
 {
 #ifdef CA_INT
-    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3> -c <0|1|2|3>");
-    OC_LOG(INFO, TAG, "-c <0|1|2|3> : Send unicast messages over Ethernet, WIFI, EDR or LE");
+    OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3> -c <0|1>");
+    OC_LOG(INFO, TAG, "-c <0|1> : Send unicast messages over Ethernet or WIFI");
 #else
     OC_LOG(INFO, TAG, "Usage : occlient -u <0|1> -t <1|2|3>");
 #endif