blob: 82de22f4eaf94ee0e2e0c1039c8cc04c514a1e07 (
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
|
BlueZ D-Bus Device API description
**********************************
Copyright (C) 2008-2008 Marcel Holtmann <marcel@holtmann.org>
Copyright (C) 2008-2008 Johan Hedberg <johan.hedberg@nokia.com>
Copyright (C) 2008-2008 Claudio Takahasi <claudio.takahasi@indt.org.br>
Copyright (C) 2008-2008 Luiz von Dentz <luiz.dentz@indt.org.br>
Adapter hierarchy
=================
Service org.bluez
Interface org.bluez.Device
Object path /org/bluez/{hci0,hci1,...}/{dev_XX_XX_XX_XX_XX_XX...}
Methods dict GetProperties()
TBD
void SetProperty(string name, variant value)
TBD
void Disconnect()
TBD
Signals PropertyChanged(string name, variant value)
TBD
DisconnectRequested()
TBD
Properties string Name [readonly]
string Address [readonly]
string Class [readonly]
array{string} UUIDS [readwrite]
boolean Paired [readonly]
boolean Trusted [readwrite]
boolean Connected [readonly]
string Alias [readwrite]
|