Enum BluetoothError
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
Enumeration for the Bluetooth errors.
public enum BluetoothError
Fields
| 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. |