mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-16 07:24:47 +08:00
69 lines
1.2 KiB
Plaintext
69 lines
1.2 KiB
Plaintext
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 Play()
|
|
|
|
Resume playback.
|
|
|
|
void Pause()
|
|
|
|
Pause playback.
|
|
|
|
void Stop()
|
|
|
|
Stop playback.
|
|
|
|
void Next()
|
|
|
|
Next item.
|
|
|
|
void Previous()
|
|
|
|
Previous item.
|
|
|
|
void VolumeDown()
|
|
|
|
Adjust remote volume one step down
|
|
|
|
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]
|