Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / resource / csdk / stack / samples / arduino / SimpleClientServer / ocserver / SConscript
index bc37c05..5b551bb 100644 (file)
 
 Import('env')
 
+transport = env.get('TARGET_TRANSPORT')
+if 'BLE' in transport:
+        # Only supported for ethernet and WiFi.
+        Return()
+
 arduino_simplecs_env = env.Clone()
 ######################################################################
 # Build flags