typedef enum { VM_BT_SPP_ERROR_SUCCESS = 0, VM_BT_SPP_ERROR_LOGICAL = -5, VM_BT_SPP_ERROR_BAD_PARAMETER, VM_BT_SPP_ERROR_NO_RESOURCE, VM_BT_SPP_ERROR_NOT_SUPPORT, VM_BT_SPP_ERROR_NO_AUTHORIZATION, VM_BT_SPP_MAX = 0x7FFFFFFF } VM_BT_SPP_RESULT;
typedef enum { VM_BT_SPP_ERROR_SUCCESS = 0, VM_BT_SPP_ERROR_LOGICAL = -5, VM_BT_SPP_ERROR_BAD_PARAMETER, VM_BT_SPP_ERROR_NO_RESOURCE, VM_BT_SPP_ERROR_NOT_SUPPORT, VM_BT_SPP_ERROR_NO_AUTHORIZATION, VM_BT_SPP_MAX = 0x7FFFFFFF } VM_BT_SPP_RESULT;
bt_spp return error type
vmbt_spp.h
|
Members |
Description |
|
VM_BT_SPP_ERROR_SUCCESS = 0 |
no error |
|
VM_BT_SPP_ERROR_LOGICAL = -5 |
error in logical, SPP handle open is invalid handle |
|
VM_BT_SPP_ERROR_BAD_PARAMETER |
error in bad parameter, transfer invalid parameter into API |
|
VM_BT_SPP_ERROR_NO_RESOURCE |
error in resource, malloc memory fail |
|
VM_BT_SPP_ERROR_NOT_SUPPORT |
error in support, no support request |
|
VM_BT_SPP_ERROR_NO_AUTHORIZATION |
error in authorization |
|
VM_BT_SPP_MAX = 0x7FFFFFFF |
Ensure the compiler treat this enum as 32-bit integer. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.