BluetoothErrorpublic class BluetoothError extends Object Bluetooth API error codes.
Errors are always negative. |
Fields Summary |
---|
public static final int | SUCCESSNo error | public static final int | ERRORGeneric error | public static final int | ERROR_DISABLEDBluetooth currently disabled | public static final int | ERROR_IPC_NOT_READYIPC is not ready, for example service is not yet bound | public static final int | ERROR_IPCSome other IPC error, for example a RemoteException |
|