NM.SettingBluetooth¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.SettingBluetooth(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Bluetooth Settings
- classmethod new()¶
- Returns:
the new empty
NM.SettingBluetooth
object- Return type:
Creates a new
NM.SettingBluetooth
object with default values.
- get_bdaddr()¶
- Returns:
the Bluetooth address
- Return type:
Gets the Bluetooth address of the remote device which this setting describes a connection to.
- get_connection_type()¶
- Returns:
the type, either
NM.SETTING_BLUETOOTH_TYPE_PANU
,NM.SETTING_BLUETOOTH_TYPE_NAP
orNM.SETTING_BLUETOOTH_TYPE_DUN
- Return type:
Returns the connection method for communicating with the remote device (i.e. either DUN to a DUN-capable device or PANU to a NAP-capable device).
Property Details¶
- NM.SettingBluetooth.props.bdaddr¶
- Name:
bdaddr
- Type:
- Default Value:
- Flags:
The Bluetooth address of the device.