<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
	"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node>
	<interface name="org.bluez.GattService1">
		<property name="UUID" type="s" access="read"></property>
		<property name="Device" type="o" access="read"></property>
		<property name="Primary" type="b" access="read"></property>
		<property name="Characteristics" type="ao" access="read"></property>

		<signal name="PropertiesChanged">
			<arg name="interface" type="s"/>
			<arg name="changed_properties" type="a{sv}"/>
			<arg name="invalidated_properties" type="as"/>
		</signal>
	</interface>
</node>
