SettingBluetooth
  
  Object Hierarchy:
  
 
  Description:
  [ 
CCode ( type_id = 
"nm_setting_bluetooth_get_type ()" ) ]
public class SettingBluetooth : 
Setting
  Content:
  Constants:
  
    - public const string BDADDR
      
      
       
- public const string SETTING_NAME
      
      
       
- public const string TYPE
      
      
       
- public const string TYPE_DUN
      
      Connection type describing a connection to devices that support the
          Bluetooth DUN profile.
       
- public const string TYPE_PANU
      
      Connection type describing a connection to devices that support the
          Bluetooth NAP (Network Access Point) protocol, which accepts connections via PANU.
       
Properties:
  
  Creation methods:
  
  Methods:
  
    - public unowned ByteArray get_bdaddr ()
      
      Gets the Bluetooth address of the remote device which this setting describes
          a connection to.
       
- public unowned string get_connection_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).
       
Inherited Members:
  
    All known members inherited from class NM.Setting
    
   
  
    All known members inherited from class GLib.Object