Added Wifi direct tethering feature for Tizen 4.0
[platform/core/api/tethering.git] / include / tethering.h
index 7ac67b1..a1a466e 100644 (file)
@@ -65,6 +65,7 @@ typedef enum {
     TETHERING_TYPE_USB,  /**< USB type */
     TETHERING_TYPE_WIFI,  /**< Wi-Fi type */
     TETHERING_TYPE_BT,  /**< BT type */
+    TETHERING_TYPE_P2P,  /**< P2P type */
 } tethering_type_e;
 
 /**