summaryrefslogtreecommitdiffstats
path: root/doc/input-api.txt
blob: 881825eceb120cd23b4c52ec678bebd7c44800cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
BlueZ D-Bus Input API description
*********************************

Copyright (C) 2004-2008  Marcel Holtmann <marcel@holtmann.org>


Input hierarchy
===============

Service		org.bluez
Interface	org.bluez.Input
Object path	/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Methods		void Connect()

			Connect to the input device.

			Possible errors: org.bluez.Error.AlreadyConnected
			                 org.bluez.Error.ConnectionAttemptFailed

		void Disconnect()

			Disconnect from the input device.

			Possible errors: org.bluez.Error.Failed

Signals		void Connected()

		void Disconnected()