1ORG.BLUEZ.DEVICESET(5) Linux System Administration ORG.BLUEZ.DEVICESET(5)
2
3
4
6 org.bluez.DeviceSet - BlueZ D-Bus DeviceSet API documentation
7
9 Service
10 org.bluez
11
12 Interface
13 org.bluez.DeviceSet1
14
15 Object path
16 [variable prefix]/{hci0,hci1,...}/set_{sirk}
17
18 Methods
19 void Connect() [experimental]
20 Connects all devices members of the set, each member is connected in
21 sequence as they were added/loaded following the same proceedure as
22 described in Device1.Connect.
23
24 Possible errors:
25
26 org.bluez.Error.NotReady
27
28 org.bluez.Error.Failed
29
30 org.bluez.Error.InProgress
31
32 org.bluez.Error.AlreadyConnected
33
34 void Disconnect() [experimental]
35 Disconnects all devices members of the set, each member is discon‐
36 nected in sequence as they were connected following the same procee‐
37 dure as described in Device1.Disconnect.
38
39 Possible errors:
40
41 org.bluez.Error.NotConnected
42
43 Properties
44 object Adapter [readonly, experimental]
45 The object path of the adapter the set belongs to.
46
47 bool AutoConnect [read-write, experimental]
48 Indicates if the devices members of the set shall be automatically
49 connected once any of its members is connected.
50
51 array(object) Devices [ready-only, experimental]
52 List of devices objects that are members of the set.
53
54 byte Size [read-only, experimental]
55 Set members size.
56
57
58
59
60BlueZ September 2023 ORG.BLUEZ.DEVICESET(5)