mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
18 lines
570 B
XML
18 lines
570 B
XML
<!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.Profile1">
|
|
<method name='Release'>
|
|
</method>
|
|
<method name='NewConnection'>
|
|
<arg type='o' name='device' direction='in'/>
|
|
<arg type='h' name='fd' direction='in'/>
|
|
<arg type='a{sv}' name='fd_properties' direction='in'/>
|
|
</method>
|
|
<method name='RequestDisconnection'>
|
|
<arg type='o' name='device' direction='in'/>
|
|
</method>
|
|
</interface>
|
|
</node>
|