Top |
GQuark | nm_device_bt_error_quark () |
GObject * | nm_device_bt_new () |
const char * | nm_device_bt_get_hw_address () |
const char * | nm_device_bt_get_name () |
NMBluetoothCapabilities | nm_device_bt_get_capabilities () |
enum | NMDeviceBtError |
#define | NM_DEVICE_BT_ERROR |
#define | NM_DEVICE_BT_HW_ADDRESS |
#define | NM_DEVICE_BT_NAME |
#define | NM_DEVICE_BT_CAPABILITIES |
GQuark
nm_device_bt_error_quark (void
);
Registers an error quark for NMDeviceBt if necessary.
GObject * nm_device_bt_new (DBusGConnection *connection
,const char *path
);
Creates a new NMDeviceBt.
const char *
nm_device_bt_get_hw_address (NMDeviceBt *device
);
Gets the hardware (MAC) address of the NMDeviceBt
const char *
nm_device_bt_get_name (NMDeviceBt *device
);
Gets the name of the NMDeviceBt.
NMBluetoothCapabilities
nm_device_bt_get_capabilities (NMDeviceBt *device
);
Returns the Bluetooth device's usable capabilities.
“bt-capabilities”
property “bt-capabilities” guint
The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
Flags: Read
Default value: 0
“hw-address”
property “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL