summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/bluez/org.bluez.Service.xml
blob: e18516a36a33e5ea11ba5432f198cf2c26cedeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/org/bluez/3003/any">
	<interface name="org.bluez.Service">
		<method name="AddRecord">
			<arg type="s" direction="in"/>
			<arg type="u" direction="out"/>
		</method>
		<method name="UpdateRecord">
			<arg type="u" direction="in"/>
			<arg type="s" direction="in"/>
		</method>
		<method name="RemoveRecord">
			<arg type="u" direction="in"/>
		</method>
		<method name="RequestAuthorization">
			<arg type="s" direction="in"/>
			<arg type="u" direction="in"/>
		</method>
		<method name="CancelAuthorization"/>
	</interface>
</node>