blob: 436296a77f67c647f3fe940d9d4ecb99cc3d9ec7 (
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
45
46
47
48
49
50
51
52
53
|
Bluetooth audio service API description
***************************************
Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
Copyright (C) 2005-2006 Brad Midgley <bmidgley@xmission.com>
Audio Manager hierarchy
=======================
Service org.bluez.audio
Interface org.bluez.audio.Manager
Object path /org/bluez/audio
Methods array{string} ListHeadsets()
Returns list of headset objects that
are configured.
string DefaultHeadset()
Returns the object path for the default
headset device.
string CreateHeadset(string address)
Create a new headset device and returns
its object path on return.
void RemoveHeadset(string path)
Signals void HeadsetCreated(string path)
void HeadsetRemoved(string path)
void DefaultHeadsetChanged(string path)
Audio Headset hierarchy
=======================
Service org.bluez.audio
Interface org.bluez.audio.Headset
Object path /org/bluez/audio/headset*
Methods string GetAddress()
string GetName()
void Connect()
void Disconnect()
|