Class

FwupdPluginBluezDevice

[]

Description [src]

class FwupdPlugin.BluezDevice : FwupdPlugin.Device {
  parent_instance: FuDevice
}

A BlueZ Bluetooth device.

See also: FuDevice

[]

Instance methods

fu_bluez_device_notify_start

Enables notifications for property changes in a UUID (StartNotify method).

since: 1.5.8

fu_bluez_device_notify_stop

Disables notifications for property changes in a UUID (StopNotify method).

since: 1.5.8

fu_bluez_device_read

Reads from a UUID on the device.

since: 1.5.7

fu_bluez_device_read_string

Reads a string from a UUID on the device.

since: 1.5.7

fu_bluez_device_write

Writes to a UUID on the device.

since: 1.5.7

Methods inherited from FuDevice (155)
Methods inherited from FwupdDevice (112)
Methods inherited from GObject (43)
[]

Properties

FwupdPlugin.BluezDevice:object-manager

The object manager instance for all devices.

since: 1.5.8

FwupdPlugin.BluezDevice:proxy

The D-Bus proxy for the object.

since: 1.5.8

Properties inherited from FuDevice (6)
Properties inherited from FwupdDevice (13)
[]

Signals

FwupdPlugin.BluezDevice::changed

The ::changed signal is emitted when a service with a specific UUID changed.

since: 1.5.8

Signals inherited from FuDevice (3)
Signals inherited from GObject (1)

Class structure