FileDocCategorySizeDatePackage
BluetoothDevice.javaAPI DocAndroid 5.1 API4494Sat Mar 14 14:10:02 GMT 2015android.bluetooth

BluetoothDevice

public final class BluetoothDevice extends Object implements android.os.Parcelable

Fields Summary
public static final String
ACTION_ACL_CONNECTED
public static final String
ACTION_ACL_DISCONNECTED
public static final String
ACTION_ACL_DISCONNECT_REQUESTED
public static final String
ACTION_BOND_STATE_CHANGED
public static final String
ACTION_CLASS_CHANGED
public static final String
ACTION_FOUND
public static final String
ACTION_NAME_CHANGED
public static final String
ACTION_PAIRING_REQUEST
public static final String
ACTION_UUID
public static final int
BOND_BONDED
public static final int
BOND_BONDING
public static final int
BOND_NONE
public static final android.os.Parcelable.Creator
CREATOR
public static final int
DEVICE_TYPE_CLASSIC
public static final int
DEVICE_TYPE_DUAL
public static final int
DEVICE_TYPE_LE
public static final int
DEVICE_TYPE_UNKNOWN
public static final int
ERROR
public static final String
EXTRA_BOND_STATE
public static final String
EXTRA_CLASS
public static final String
EXTRA_DEVICE
public static final String
EXTRA_NAME
public static final String
EXTRA_PAIRING_KEY
public static final String
EXTRA_PAIRING_VARIANT
public static final String
EXTRA_PREVIOUS_BOND_STATE
public static final String
EXTRA_RSSI
public static final String
EXTRA_UUID
public static final int
PAIRING_VARIANT_PASSKEY_CONFIRMATION
public static final int
PAIRING_VARIANT_PIN
Constructors Summary
BluetoothDevice()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.bluetooth.BluetoothGattconnectGatt(android.content.Context context, boolean autoConnect, android.bluetooth.BluetoothGattCallback callback)

 throw new RuntimeException("Stub!"); 
public booleancreateBond()

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothSocketcreateInsecureRfcommSocketToServiceRecord(java.util.UUID uuid)

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothSocketcreateRfcommSocketToServiceRecord(java.util.UUID uuid)

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public booleanequals(java.lang.Object o)

 throw new RuntimeException("Stub!"); 
public booleanfetchUuidsWithSdp()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetAddress()

 throw new RuntimeException("Stub!"); 
public android.bluetooth.BluetoothClassgetBluetoothClass()

 throw new RuntimeException("Stub!"); 
public intgetBondState()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetName()

 throw new RuntimeException("Stub!"); 
public intgetType()

 throw new RuntimeException("Stub!"); 
public android.os.ParcelUuid[]getUuids()

 throw new RuntimeException("Stub!"); 
public inthashCode()

 throw new RuntimeException("Stub!"); 
public booleanisConnected()

 throw new RuntimeException("Stub!"); 
public booleanisEncrypted()

 throw new RuntimeException("Stub!"); 
public booleansetPairingConfirmation(boolean confirm)

 throw new RuntimeException("Stub!"); 
public booleansetPin(byte[] pin)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel out, int flags)

 throw new RuntimeException("Stub!");