FileDocCategorySizeDatePackage
BluetoothError.javaAPI DocAndroid 1.5 API1224Wed May 06 22:41:54 BST 2009android.bluetooth

BluetoothError

public class BluetoothError extends Object
Bluetooth API error codes. Errors are always negative.
hide

Fields Summary
public static final int
SUCCESS
No error
public static final int
ERROR
Generic error
public static final int
ERROR_DISABLED
Bluetooth currently disabled
public static final int
ERROR_IPC_NOT_READY
IPC is not ready, for example service is not yet bound
public static final int
ERROR_IPC
Some other IPC error, for example a RemoteException
Constructors Summary
Methods Summary