Added API for enabling tethering
[profile/ivi/settings-daemon.git] / plugins / connman / technology.hpp
index 5008eb5..0c4cb97 100644 (file)
@@ -88,6 +88,11 @@ namespace ivi
       void set_powered(JsonReader * reader,
                        response_callback &response);
 
+
+      /// Set technology to tethering mode
+      void set_tethering(JsonReader * reader,
+                         response_callback &response);
+
       /**
        * Scan for services that implement the technology, e.g. WiFi
        * access points.
@@ -110,6 +115,11 @@ namespace ivi
                               GVariantType const * type,
                               response_callback & response);
 
+      bool set_property(char const * name,
+                        GVariant * value,
+                        response_callback response,
+                        GError *& error);
+
     private:
 
       /// The proxy used to access the connman Technology D-Bus API.