summaryrefslogtreecommitdiff
path: root/doc/control-api.txt
blob: eacfbcd170ebafe933b6d1e17a1ec5cbf8500e99 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
BlueZ D-Bus Control API description
***********************************

Copyright (C) 2004-2010  Marcel Holtmann <marcel@holtmann.org>
Copyright (C) 2007-2008  David Stockwell <dstockwell@frequency-one.com>


Control hierarchy
=================

Service		org.bluez
Interface	org.bluez.Control
Object path	[variable prefix]/{hci0,hci1,...}/dev_XX_XX_XX_XX_XX_XX

Methods		boolean IsConnected() {deprecated}

			Returns True if connected, otherwise FALSE.

		dict GetProperties()

			Returns all properties for the interface. See the
			properties section for available properties.

		void VolumeUp()

			Adjust remote volume one step up

		void VolumeDown()

			Adjust remote volume one step down

Signals		Connected() {deprecated}

			Sent when a successful AVRCP connection has been made
			to the remote device.

		Disconnected() {deprecated}

			Sent when the AVRCP connection to the remote device
			has been disconnected.

Properties

		boolean Connected [readonly]