mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
15 lines
574 B
XML
15 lines
574 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!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.ProfileManager1">
|
|
<method name="RegisterProfile">
|
|
<arg name="profile" type="o" direction="in" />
|
|
<arg name="UUID" type="s" direction="in" />
|
|
<arg name="options" type="a{sv}" direction="in" />
|
|
</method>
|
|
<method name="UnregisterProfile">
|
|
<arg name="profile" type="o" direction="in" />
|
|
</method>
|
|
</interface>
|
|
</node>
|