C# Class android.bluetooth.BluetoothAdapter

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
cancelDiscovery ( ) : bool
checkBluetoothAddress ( java arg0 ) : bool
disable ( ) : bool
enable ( ) : bool
getAddress ( ) : global::java.lang.String
getBondedDevices ( ) : global::java.util.Set
getDefaultAdapter ( ) : global::android.bluetooth.BluetoothAdapter
getName ( ) : global::java.lang.String
getRemoteDevice ( java arg0 ) : global::android.bluetooth.BluetoothDevice
getScanMode ( ) : int
getState ( ) : int
isDiscovering ( ) : bool
isEnabled ( ) : bool
listenUsingRfcommWithServiceRecord ( java arg0, java arg1 ) : global::android.bluetooth.BluetoothServerSocket
setName ( java arg0 ) : bool
startDiscovery ( ) : bool

Private Methods

Method Description
BluetoothAdapter ( )
BluetoothAdapter ( global @__env )

Method Details

cancelDiscovery() public method

public cancelDiscovery ( ) : bool
return bool

checkBluetoothAddress() public static method

public static checkBluetoothAddress ( java arg0 ) : bool
arg0 java
return bool

disable() public method

public disable ( ) : bool
return bool

enable() public method

public enable ( ) : bool
return bool

getAddress() public method

public getAddress ( ) : global::java.lang.String
return global::java.lang.String

getBondedDevices() public method

public getBondedDevices ( ) : global::java.util.Set
return global::java.util.Set

getDefaultAdapter() public static method

public static getDefaultAdapter ( ) : global::android.bluetooth.BluetoothAdapter
return global::android.bluetooth.BluetoothAdapter

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getRemoteDevice() public method

public getRemoteDevice ( java arg0 ) : global::android.bluetooth.BluetoothDevice
arg0 java
return global::android.bluetooth.BluetoothDevice

getScanMode() public method

public getScanMode ( ) : int
return int

getState() public method

public getState ( ) : int
return int

isDiscovering() public method

public isDiscovering ( ) : bool
return bool

isEnabled() public method

public isEnabled ( ) : bool
return bool

listenUsingRfcommWithServiceRecord() public method

public listenUsingRfcommWithServiceRecord ( java arg0, java arg1 ) : global::android.bluetooth.BluetoothServerSocket
arg0 java
arg1 java
return global::android.bluetooth.BluetoothServerSocket

setName() public method

public setName ( java arg0 ) : bool
arg0 java
return bool

startDiscovery() public method

public startDiscovery ( ) : bool
return bool