Enums

Details

class GnomeBluetooth.AdapterState(value)

Bases: GObject.GEnum

A more precise power state for a Bluetooth adapter.

ABSENT = 0

Bluetooth adapter is missing.

ON = 1

Bluetooth adapter is on.

TURNING_ON = 2

Bluetooth adapter is being turned on.

TURNING_OFF = 3

Bluetooth adapter is being turned off.

OFF = 4

Bluetooth adapter is off.

class GnomeBluetooth.BatteryType(value)

Bases: GObject.GEnum

The type of battery reporting supported by the device.

NONE = 0

no battery reporting

PERCENTAGE = 1

battery reported in percentage

COARSE = 2

battery reported coarsely