Change GDBus methods from sync to async
[platform/core/connectivity/zigbee-manager.git] / zigbee-daemon / zigbee-interface / introspection / custom.xml
index 0bfe81d..c1d05d8 100644 (file)
@@ -10,8 +10,6 @@
                        <arg type='y' name='zcl_frame_ctrl' direction='in'/>
                        <arg type='q' name='mfg_code' direction='in'/>
                        <arg type='ay' name='payload' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
                <method name='zcl_send'>
                        <arg type='q' name='node_id' direction='in'/>
@@ -26,8 +24,6 @@
                </method>
                <method name='send_to_local'>
                        <arg type='ay' name='data' direction='in'/>
-                       <arg type='i' name='result' direction='out'/>
-                       <arg type='y' name='status' direction='out'/>
                </method>
 
                <signal name='aps_send_rsp'>