blob: d0fbbfca79ecf98e4dee6c359ee209365c8fb3b1 [file] [log] [blame] [edit]
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/chromium/uwbd"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.uwbd">
<method name="Enable">
<arg name="response" type="ay" direction="out"/>
</method>
<method name="Disable">
<arg name="response" type="ay" direction="out"/>
</method>
<method name="SetLoggerMode">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="InitSession">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="DeinitSession">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="StartRanging">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="StopRanging">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="SessionParams">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="Reconfigure">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="UpdateControllerMulticastList">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="AndroidSetCountryCode">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<method name="AndroidGetPowerStats">
<arg name="response" type="ay" direction="out"/>
</method>
<method name="RawUciCmd">
<arg name="request" type="ay" direction="in"/>
<arg name="response" type="ay" direction="out"/>
</method>
<signal name="OnServiceReset">
<arg name="payload" type="ay" direction="out"/>
</signal>
<signal name="OnUciDeviceStatusChanged">
<arg name="payload" type="ay" direction="out"/>
</signal>
<signal name="OnSessionStateChanged">
<arg name="payload" type="ay" direction="out"/>
</signal>
<signal name="OnRangeDataReceived">
<arg name="payload" type="ay" direction="out"/>
</signal>
<signal name="OnVendorNotificationReceived">
<arg name="payload" type="ay" direction="out"/>
</signal>
</interface>
</node>