Bluetooth Special Interest Group Inc. BTSIG15A Manual De Usuario

Descargar
Página de 162
Extended Automating 
93 
UpdateIXITParam() can return this error status when there is a problem updating a IXIT value. 
PTSCONTROL_E_TEST_SUITE_PARAM_UPDATE_FAILED (0x849C0022) 
UpdateICS() or UpdateIXITParam() can return this error status when there is a problem updating a ICS or IXIT value. 
PTSCONTROL_E_IXIT_PARAM_NOT_FOUND (0x849C0023) 
UpdateIXITParam() returns this value when the specified IXIT item is not defined for the selected Project. 
PTSCONTROL_E_ICS_ENTRY_UPDATE_FAILED (0x849C0030) 
UpdateICS() can return this error status when there is a problem updating a ICS value. 
PTSCONTROL_E_ICS_ENTRY_NOT_FOUND (0x849C0031) 
UpdateICS() returns this value when the specified ICS item is not defined for the selected Project. 
PTSCONTROL_E_ICS_ENTRY_NOT_CHANGED (0x849C0032) 
UpdateICS() can return this error status when there is a problem updating a ICS value. 
PTSCONTROL_E_IMPLICIT_SEND_CALLBACK_NOT_REGISTERED (0x849C0040) 
This value is returned from UnregisterImplicitSendCallback() when no callback is currently registered. 
PTSCONTROL_E_IMPLICIT_SEND_CALLBACK_ALREADY_REGISTERED (0x849C0041) 
This value is returned from RegisterImplicitSendCallback() when a callback is currently registered. 
PTSCONTROL_E_IMPLICIT_SEND_CALLBACK_NOT_EXPECTED_TO_FAIL (0x849C0042) 
This error can be returned from RunTestCase() when a call to the Implicit Send handler 
(IPTSImplicitSendCallback::OnSend()) returns a failure status. 
PTSCONTROL_E_BLUETOOTH_ADDRESS_NOT_FOUND (0x849C0043) 
GetPTSBluetoothAddress() will return this error if it is unable to determine the Bluetooth Device Address of the PTS 
endpoint device. This usually means that the endpoint device is not connected to the computer or has the wrong device 
driver attached to it. 
On some occasions, this error may indicate that the call to GetPTSBluetoothAddress() occurred while PTS was still 
initializing. In this case, wait about 10 to 15 seconds after starting PTS manually or via CoCreateInstance() before calling 
GetPTSBluetoothAddress(). 
PTSCONTROL_E_INTERNAL_ERROR (0x849C0044) 
This status value represents a general unspecified failure during a call to one of the PTS Control API functions. 
Currently, only GetPTSBluetoothAddress() may returned this value, but other functions could use it in the future. 
PTSCONTROL_E_FUNCTION_NOT_IMPLEMENTED (0x849C0099) 
This status value is used by functions that are defined in the PTS Control API, and are available to be called, but have not 
actually been implemented. 
Currently, StopTestCase() is the only function the can be called but has no implementation. 
Other error codes 
E_NOINTERFACE (0x80004002)