Man page - org.bluez.deviceset(5)
Packages contains this manual
- rfcomm(1)
- bluetoothctl-player(1)
- bluetoothctl-assistant(1)
- bluetooth-meshd(8)
- hciconfig(1)
- obexctl(1)
- hex2hcd(1)
- mpris-proxy(1)
- bluetoothctl-endpoint(1)
- bluetoothctl-hci(1)
- bluetoothctl(1)
- bluetoothctl-gatt(1)
- rctest(1)
- hid2hci(1)
- bluemoon(1)
- ciptool(1)
- bluetoothctl-monitor(1)
- l2test(1)
- bluetoothctl-scan(1)
- sdptool(1)
- bluetoothctl-transport(1)
- btmgmt(1)
- hciattach(1)
- btattach(1)
- gatttool(1)
- bluetoothctl-mgmt(1)
- bluetoothctl-admin(1)
- bluetoothd(8)
- hcitool(1)
- bluetoothctl-advertise(1)
- btmon(1)
- l2ping(1)
apt-get install bluez
Manual
ORG.BLUEZ.DEVICESET
NAMEINTERFACE
Methods
void Connect() [experimental]
void Disconnect() [experimental]
Properties
object Adapter [readonly, experimental]
bool AutoConnect [read-write, experimental]
array(object) Devices [ready-only, experimental]
byte Size [read-only, experimental]
NAME
org.bluez.DeviceSet - BlueZ D-Bus DeviceSet API documentation
INTERFACE
Service
org.bluez
Interface
org.bluez.DeviceSet1
Object path
[variable prefix]/{hci0,hci1,...}/set_{sirk}
Methods
void Connect() [experimental]
Connects all devices members of the set, each member is connected in sequence as they were added/loaded following the same proceedure as described in Device1.Connect .
Possible
errors:
org.bluez.Error.NotReady
org.bluez.Error.Failed
org.bluez.Error.InProgress
org.bluez.Error.AlreadyConnected
void Disconnect() [experimental]
Disconnects all devices members of the set, each member is disconnected in sequence as they were connected following the same proceedure as described in Device1.Disconnect .
Possible
errors:
org.bluez.Error.NotConnected
Properties
object Adapter [readonly, experimental]
The object path of the adapter the set belongs to.
bool AutoConnect [read-write, experimental]
Indicates if the devices members of the set shall be automatically connected once any of its members is connected.
array(object) Devices [ready-only, experimental]
List of devices objects that are members of the set.
byte Size [read-only, experimental]
Set members size.