blob: 715f24668528c58bef4f7f92e29b29c9fedd93e9 (
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
54
55
56
57
58
59
60
61
62
63
64
65
|
D-Bus API description for BlueZ
*******************************
Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
Manager hierarchy
=================
Service org.bluez
Interface org.bluez.Manager
Object path /org/bluez
Methods array{string} ListServers()
string CreateServer(string service)
Server hierarchy
================
Service org.bluez
Interface org.bluez.Server
Object path /org/bluez/{server0,server1,...}
Adapter hierarchy
=================
Service org.bluez
Interface org.bluez.Adapter
Object path /org/bluez/{hci0,hci1,...}
Methods array{sring} ListDevices()
string FindDevice(string pattern)
string CreateDevice(string address)
string CreatePairedDevice(string device)
Signals void DeviceCreated(string path)
void DeviceRemoved(string path)
Device hierarchy
================
Service org.bluez
Interface org.bluez.Device
Object path /org/bluez/{hci0,hci1,...}/{device0,device1,...}
Methods string GetAddress()
string GetName()
array{string} ListInterfaces()
void CreateInterface(string service)
Signals void InterfaceCreated(string interface)
void InterfaceRemoved(string interface)
|