Change GDBus methods from sync to async
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / zcl-global-control.xml
index 7db69aa..545a3d3 100644 (file)
@@ -7,7 +7,6 @@
                        <arg type='q' name='clusterId' direction='in'/>
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
                </method>
                <method name='write_attributes_req'>
                        <arg type='ay' name='writeAttribute' direction='in'/>
@@ -17,8 +16,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='write_attributes_undivided_req'>
                        <arg type='ay' name='writeAttribute' direction='in'/>
@@ -28,8 +25,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='write_attributes_no_resp'>
                        <arg type='ay' name='writeAttribute' direction='in'/>
@@ -39,8 +34,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='write_attributes_structured'>
                        <arg type='ay' name='writeAttribute' direction='in'/>
@@ -50,8 +43,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='read_attributes_structured'>
                        <arg type='ay' name='ReadAttribute' direction='in'/>
@@ -61,8 +52,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='configure_reporting_req'>
                        <arg type='ay' name='ReadAttribute' direction='in'/>
@@ -72,8 +61,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='read_configure_reporting'>
                        <arg type='ay' name='ReadAttribute' direction='in'/>
@@ -83,8 +70,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='y' name='src_ep' direction='in'/>
                        <arg type='y' name='dest_ep' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='discover_attributes'>
                        <arg type='q' name='nodeId' direction='in'/>
@@ -93,8 +78,6 @@
                        <arg type='q' name='clusterId' direction='in'/>
                        <arg type='q' name='startAttr' direction='in'/>
                        <arg type='y' name='max' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='discover_attributes_extended'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='q' name='clusterId' direction='in'/>
                        <arg type='q' name='startAttr' direction='in'/>
                        <arg type='y' name='max' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='discover_commands_received'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='q' name='clusterId' direction='in'/>
                        <arg type='q' name='startAttr' direction='in'/>
                        <arg type='y' name='max' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='discover_commands_generated'>
                        <arg type='q' name='nodeId' direction='in'/>
                        <arg type='q' name='clusterId' direction='in'/>
                        <arg type='q' name='startAttr' direction='in'/>
                        <arg type='y' name='max' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
 
                <signal name='read_attributes_rsp'>