Enum BluetoothError

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

Enumeration for the Bluetooth errors.

C#
Copy
public enum BluetoothError
Name Description
AlreadyDone

Operation already done.

AuthFailed

Authentication failed.

AuthRejected

Authentication rejected.

Cancelled

Operation canceled.

InvalidParameter

Invalid parameter.

NoData

No data available.

None

Successful.

NotEnabled

Local adapter not enabled.

NotInitialized

Local adapter not initialized.

NotInProgress

Operation not in progress.

NotSupported

Bluetooth is not supported.

NowInProgress

Operation now in progress.

OperationFailed

Operation failed.

OutOfMemory

Out of memory.

PermissionDenied

Permission denied.

QuotaExceeded

Quota exceeded.

RemoteDeviceNotBonded

Remote device not bonded.

RemoteDeviceNotConnected

Remote device is not connected.

RemoteDeviceNotFound

Remote device not found.

ResourceBusy

Device or resource busy.

ResourceUnavailable

Resource temporarily unavailable.

ServiceNotFound

Service Not Found.

ServiceSearchFailed

Service search failed.

TimedOut

Timeout error.