diff options
Diffstat (limited to 'src/tinyb/org.bluez.xml')
-rw-r--r-- | src/tinyb/org.bluez.xml | 195 |
1 files changed, 0 insertions, 195 deletions
diff --git a/src/tinyb/org.bluez.xml b/src/tinyb/org.bluez.xml deleted file mode 100644 index da200c6b..00000000 --- a/src/tinyb/org.bluez.xml +++ /dev/null @@ -1,195 +0,0 @@ -<?xml version="1.0"?> -<!-- -Author: Petre Eftime <[email protected]> -Copyright (c) 2015 Intel Corporation. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Author: Sven Gothel <[email protected]> -Copyright (c) 2020 Gothel Software e.K. - -Permission / License unchanged BSD style. - ---> -<node> - <interface name="org.bluez.Adapter1"> - <method name="StartDiscovery"/> - <method name="StopDiscovery"/> - <method name="RemoveDevice"> - <arg name="device" type="o" direction="in"/> - </method> - <method name="SetDiscoveryFilter"> - <arg name="filter" type="a{sv}" direction="in"/> - </method> - <method name="ConnectDevice"> - <arg name="value" type="o" direction="out"/> - <arg name="properties" type="a{sv}" direction="in"/> - </method> - <property name="Address" type="s" access="read"/> - <property name="Name" type="s" access="read"/> - <property name="Alias" type="s" access="readwrite"/> - <property name="Class" type="u" access="read"/> - <property name="Powered" type="b" access="readwrite"/> - <property name="Discoverable" type="b" access="readwrite"/> - <property name="DiscoverableTimeout" type="u" access="readwrite"/> - <property name="Pairable" type="b" access="readwrite"/> - <property name="PairableTimeout" type="u" access="readwrite"/> - <property name="Discovering" type="b" access="read"/> - <property name="UUIDs" type="as" access="read"/> - <property name="Modalias" type="s" access="read"/> - </interface> - - <interface name="org.bluez.Device1"> - <method name="Disconnect"/> - <method name="Connect"/> - <method name="ConnectProfile"> - <arg name="UUID" type="s" direction="in"/> - </method> - <method name="DisconnectProfile"> - <arg name="UUID" type="s" direction="in"/> - </method> - <method name="Pair"/> - <method name="CancelPairing"/> - <property name="Address" type="s" access="read"/> - <property name="Name" type="s" access="read"/> - <property name="Alias" type="s" access="readwrite"/> - <property name="Class" type="u" access="read"/> - <property name="Appearance" type="q" access="read"/> - <property name="Icon" type="s" access="read"/> - <property name="Paired" type="b" access="read"/> - <property name="Trusted" type="b" access="readwrite"/> - <property name="Blocked" type="b" access="readwrite"/> - <property name="LegacyPairing" type="b" access="read"/> - <property name="RSSI" type="n" access="read"/> - <property name="Connected" type="b" access="read"/> - <property name="UUIDs" type="as" access="read"/> - <property name="Modalias" type="s" access="read"/> - <property name="Adapter" type="o" access="read"/> - <property name="ManufacturerData" type="a{qv}" access="read"/> - <property name="ServiceData" type="a{sv}" access="read"/> - <property name="TxPower" type="n" access="read"/> - <property name="ServicesResolved" type="b" access="read"/> - </interface> - - <interface name="org.bluez.GattService1"> - <property name="UUID" type="s" access="read"/> - <property name="Device" type="o" access="read"/> - <property name="Primary" type="b" access="read"/> - <property name="Characteristics" type="ao" access="read"/> - </interface> - - <interface name="org.bluez.GattCharacteristic1"> - <method name="ReadValue"> - <arg name="value" type="ay" direction="out"> - <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> - </arg> - <arg name="options" type="a{sv}" direction="in"/> - </method> - <method name="WriteValue"> - <arg name="value" type="ay" byte_arrays="True" direction="in"> - <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> - </arg> - <arg name="options" type="a{sv}" direction="in"/> - </method> - <method name="StartNotify"/> - <method name="StopNotify"/> - <property name="UUID" type="s" access="read"/> - <property name="Service" type="o" access="read"/> - <property name="Value" type="ay" access="read"> - <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true"/> - </property> - <property name="Notifying" type="b" access="read"/> - <property name="Flags" type="as" access="read"/> - <property name="Descriptors" type="ao" access="read"/> - </interface> - - <interface name="org.bluez.GattDescriptor1"> - <method name="ReadValue"> - <arg name="value" type="ay" direction="out"/> - <arg name="options" type="a{sv}" direction="in"/> - </method> - <method name="WriteValue"> - <arg name="value" type="ay" direction="in"/> - <arg name="options" type="a{sv}" direction="in"/> - </method> - <property name="UUID" type="s" access="read"/> - <property name="Characteristic" type="o" access="read"/> - <property name="Value" type="ay" access="read"/> - </interface> - - <interface name="org.bluez.LEAdvertisement1"> - <method name="Release"> - <annotation name="org.freedesktop.DBus.Method.NoReply" value="true"/> - </method> - <annotation name="org.freedesktop.DBus.Properties.PropertiesChanged" value="const"/> - <property name="Type" type="s" access="read"/> - <property name="ServiceUUIDs" type="as" access="read"/> - <property name="ManufacturerData" type="a{sv}" access="read"/> - <property name="SolicitUUIDs" type="as" access="read"/> - <property name="ServiceData" type="a{sv}" access="read"/> - <property name="IncludeTxPower" type="b" access="read"/> - </interface> - - <interface name="org.bluez.AgentManager1"> - <method name="RegisterAgent"> - <arg name="agent" type="o" direction="in" /> - <arg name="capability" type="s" direction="in" /> - </method> - <method name="UnregisterAgent"> - <arg name="agent" type="o" direction="in" /> - </method> - <method name="RequestDefaultAgent"> - <arg name="agent" type="o" direction="in" /> - </method> - </interface> - - <interface name="org.bluez.Agent1"> - <method name="Release"/> - <method name="RequestPinCode"> - <arg name="pincode" type="s" direction="out" /> - <arg name="device" type="o" direction="in" /> - </method> - <method name="DisplayPinCode"> - <arg name="device" type="o" direction="in" /> - <arg name="pincode" type="s" direction="in" /> - </method> - <method name="RequestPasskey"> - <arg name="passkey" type="u" direction="out" /> - <arg name="device" type="o" direction="in" /> - </method> - <method name="DisplayPasskey"> - <arg name="device" type="o" direction="in" /> - <arg name="passkey" type="u" direction="in" /> - <arg name="entered" type="q" direction="in" /> - </method> - <method name="RequestConfirmation"> - <arg name="device" type="o" direction="in" /> - <arg name="passkey" type="u" direction="in" /> - </method> - <method name="RequestAuthorization"> - <arg name="device" type="o" direction="in" /> - </method> - <method name="AuthorizeService"> - <arg name="device" type="o" direction="in" /> - <arg name="uuid" type="s" direction="in" /> - </method> - <method name="Cancel"/> - </interface> - -</node> |