1<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" 2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> 3<node name="/org/chromium/SessionManager" 4 xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> 5 6 <!-- 7 org.fluoride.BluetoothAdapter: 8 @short_description: Bluetooth adapter manager. 9 10 Interface for user bluetooth adapter. Right now allows only to enable 11 and disable the adapter. 12 --> 13 <interface name="org.fluoride.BluetoothAdapter"> 14 <!-- 15 Enable: 16 17 Enable the bluetooth adapter. 18 --> 19 <method name="Enable"></method> 20 21 <!-- 22 Disable: 23 24 Disable the bluetooth adapter. 25 --> 26 <method name="Disable"></method> 27 </interface> 28</node>