![]() |
![]() |
![]() |
libnm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define NM_DEVICE_BT_HW_ADDRESS #define NM_DEVICE_BT_NAME #define NM_DEVICE_BT_CAPABILITIES NMDeviceBt; NMDeviceBtClass; const char * nm_device_bt_get_hw_address (NMDeviceBt *device
); const char * nm_device_bt_get_name (NMDeviceBt *device
); NMBluetoothCapabilities nm_device_bt_get_capabilities (NMDeviceBt *device
);
"bt-capabilities" NMBluetoothCapabilities : Read "hw-address" gchar* : Read "name" gchar* : Read
const char * nm_device_bt_get_hw_address (NMDeviceBt *device
);
Gets the hardware (MAC) address of the NMDeviceBt
|
a NMDeviceBt |
Returns : |
the hardware address. This is the internal string used by the device, and must not be modified. |
const char * nm_device_bt_get_name (NMDeviceBt *device
);
Gets the name of the NMDeviceBt.
|
a NMDeviceBt |
Returns : |
the name of the device |
NMBluetoothCapabilities nm_device_bt_get_capabilities (NMDeviceBt *device
);
Returns the Bluetooth device's usable capabilities.
|
a NMDeviceBt |
Returns : |
a combination of NMBluetoothCapabilities |
"bt-capabilities"
property"bt-capabilities" NMBluetoothCapabilities : Read
The device's bluetooth capabilities, a combination of NMBluetoothCapabilities.
"hw-address"
property "hw-address" gchar* : Read
The hardware (MAC) address of the device.
Default value: NULL