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 |
Method | Description | |
---|---|---|
BluetoothAdapter ( ) | ||
BluetoothAdapter ( global @__env ) |
public static checkBluetoothAddress ( java arg0 ) : bool | ||
arg0 | java | |
return | bool |
public getAddress ( ) : global::java.lang.String | ||
return | global::java.lang.String |
public getBondedDevices ( ) : global::java.util.Set | ||
return | global::java.util.Set |
public static getDefaultAdapter ( ) : global::android.bluetooth.BluetoothAdapter | ||
return | global::android.bluetooth.BluetoothAdapter |
public getName ( ) : global::java.lang.String | ||
return | global::java.lang.String |
public getRemoteDevice ( java arg0 ) : global::android.bluetooth.BluetoothDevice | ||
arg0 | java | |
return | global::android.bluetooth.BluetoothDevice |
public listenUsingRfcommWithServiceRecord ( java arg0, java arg1 ) : global::android.bluetooth.BluetoothServerSocket | ||
arg0 | java | |
arg1 | java | |
return | global::android.bluetooth.BluetoothServerSocket |