Add logic to handle notification and response
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / service.xml
index bdf5788..1928756 100644 (file)
@@ -1,35 +1,22 @@
 <node>
        <interface name='org.tizen.zigbee.service'>
                <method name='enable'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
+                       <arg type='b' name='enabled' direction='out'/>
                </method>
                <method name='disable'>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='zb_hw_reset'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='form_network'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='coex_start'>
                        <arg type='y' name='channel' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='coex_stop'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='q' name='ret' direction='out'/>
                </method>
                <method name='leave_network'>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='get_network_info'>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='ay' name='macAddress' direction='out'/>
                        <arg type='q' name='nodeId' direction='out'/>
                        <arg type='q' name='panId' direction='out'/>
                <method name='permit_join'>
                        <arg type='i' name='duration' direction='in'/>
                        <arg type='b' name='permitJoin' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='leave_request'>
                        <arg type='ay' name='eui64' direction='in'/>
                        <arg type='y' name='remove_child' direction='in'/>
                        <arg type='y' name='rejoin' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='b' name='status' direction='out'/>
                </method>
                <method name='get_device_list'>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='a(ay)' name='device_list' direction='out'/>
                </method>
                <method name='get_mac'>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='ay' name='mac_addr' direction='out'/>
                </method>
                <method name='get_device_info'>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='a(qyayyay)' name='device_list' direction='out'/>
                </method>
                <method name='get_endpoint_list'>
                        <arg type='ay' name='eui64' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='ay' name='endpoint_list' direction='out'/>
                </method>
                <method name='get_cluster_list'>
                        <arg type='ay' name='eui64' direction='in'/>
                        <arg type='y' name='endpoint' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='aq' name='cluster_list' direction='out'/>
                </method>
                <method name='get_node_type'>
                        <arg type='ay' name='eui64' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                        <arg type='y' name='node_type' direction='out'/>
                </method>
 
-               <signal name='service_enabled'>
-                       <arg type='b' name='enabled'/>
-               </signal>
                <signal name='form_network_done'>
-                       <arg type='q' name='panid'/>
+                       <arg type='q' name='pan_id'/>
                </signal>
                <signal name='child_joined'>
                        <arg type='ayyayq' name='child_addr'/>
@@ -95,7 +69,7 @@
                        <arg type='y' name='status'/>
                </signal>
                <signal name='leave_network_done'>
-                       <arg type='q' name='panid'/>
+                       <arg type='q' name='pan_id'/>
                </signal>
        </interface>
 </node>