//==== TEST: BluetoothAdapterChangeCallback_onnamechanged
//==== LABEL Check onnamechanged listener is invoked after setName()
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onnamechanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000});
-var powerOnSuccess, adapter, listener, t = async_test(document.title, {timeout: 90000}), testName;
+setup({timeout: 180000});
+var powerOnSuccess, adapter, listener, t = async_test(document.title, {timeout: 180000}), testName;
t.step(function () {
listener = {
onstatechanged: t.step_func(function (powered) {
//==== TEST: BluetoothAdapterChangeCallback_onstatechanged
//==== LABEL Check onstatechanged listener is invoked after setPowered()
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onstatechanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, listener, value, t = async_test(document.title, {timeout: 90000});
+var adapter, listener, value, t = async_test(document.title, {timeout: 180000});
t.step(function () {
listener = {
onstatechanged: t.step_func(function (powered) {
//==== TEST: BluetoothAdapterChangeCallback_onvisibilitychanged
//==== LABEL Check onvisibilitychanged listener is invoked after setVisible()
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onvisibilitychanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000});
-var powerOnSuccess, adapter, listener, value, t = async_test(document.title, {timeout: 90000});
+setup({timeout: 180000});
+var powerOnSuccess, adapter, listener, value, t = async_test(document.title, {timeout: 180000});
t.step(function () {
listener = {
onstatechanged: t.step_func(function (powered) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), createBondingSuccess,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), createBondingSuccess,
powerOnSuccess, retValue = null;
t.step(function () {
createBondingSuccess = t.step_func(function (device) {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
// setPowered, setVisible, discoverDevices, createBonding, destroyBonding methods in BluetoothAdapter interface usage test
-var adapter = null, t = async_test(document.title, {timeout: 90000}), discoverDevicesSuccessCallback,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), discoverDevicesSuccessCallback,
destroyBondingSuccess, destroyBondingError, onBondingSuccess, onBondingError, discoverDevicesError,
stopDiscoverySuccess;
t.step(function () {
ondevicedisappeared: t.step_func (function (address) {
}),
onfinished: t.step_func (function (devices) {
- adapter.createBonding(REMOTE_DEVICE_ADDRESS, onBondingSuccess, onBondingError);
+ if (devices.length > 0) {
+ adapter.createBonding(REMOTE_DEVICE_ADDRESS, onBondingSuccess, onBondingError);
+ } else {
+ setTimeout(setstopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_createBonding_callback_onerror
//==== LABEL Check if error callback of createBonding method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, onBondingError, onBondingSuccess;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, onBondingError, onBondingSuccess;
t.step(function (){
onBondingSuccess = t.step_func(function (device) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
t.step(function () {
onBondingSuccess = t.step_func(function (device) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
t.step(function () {
onBondingSuccess = t.step_func(function (device) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess;
t.step(function () {
onBondingSuccess = t.step_func(function (device) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess,
message = "UUIDs: \n", i;
t.step(function () {
//==== TEST: BluetoothAdapter_createBonding_errorCallback_TypeMismatch
//==== LABEL Check whether createBonding() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, successCallback, powerOnSuccess, errorCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_createBonding_errorCallback_invalid_cb
//==== LABEL Check argument createBonding() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, createBondingSuccess, powerOnSuccess;
t.step(function () {
incorrectCallback = {
<script>
//==== TEST: BluetoothAdapter_createBonding_missarg
//==== LABEL Check createBonding with missing non-optional argument
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess;
t.step(function (){
powerOnSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_createBonding_successCallback_TypeMismatch
//==== LABEL Check whether createBonding() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}),
+var t = async_test(document.title, {timeout: 180000}),
adapter, exceptionName, i, errorCallback, powerOnSuccess, successCallback,
conversionTable = getTypeConversionExceptions("functionObject", false);
t.step(function () {
//==== TEST: BluetoothAdapter_createBonding_successCallback_invalid_cb
//==== LABEL Check argument createBonding() successCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, createBondingError, powerOnSuccess;
t.step(function () {
incorrectCallback = {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
createBondingSuccess, createBondingError, powerOnSuccess;
t.step(function () {
createBondingSuccess = t.step_func(function (device) {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
onBondingSuccess, onBondingError, powerOnSuccess, retValue = null;
t.step(function () {
onBondingSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_destroyBonding_callback_onerror
//==== LABEL Check if error callback of destroyBonding method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:destroyBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, onDestroySuccess, onDestroyError;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, onDestroySuccess, onDestroyError;
t.step(function () {
onDestroySuccess = t.step_func(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}),
adapter, exceptionName, i, successCallback, errorCallback, onBondingSuccess, onBondingError, powerOnSuccess,
conversionTable = getTypeConversionExceptions("functionObject", true);
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}),
adapter, exceptionName = "TypeMismatchError", incorrectCallback, destroyBondingSuccess,
onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, errorCallback, onBondingSuccess, onBondingError, powerOnSuccess, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, destroyBondingError, onBondingSuccess, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
successCallback, errorCallback, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
successCallback = t.step_func(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), successCallback,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), successCallback,
onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
successCallback = t.step_func(function () {
//==== TEST: BluetoothAdapter_discoverDevices
//==== LABEL Check with non-optional arguments discoverDevices(valid_successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), stopDiscoverySuccess,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), stopDiscoverySuccess,
discoverDevicesSuccessCB, retValue = null;
t.step(function () {
discoverDevicesSuccessCB = {
//==== TEST: BluetoothAdapter_discoverDevices_callback_onerror
//==== LABEL Check if error callback of discoverDevices method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), stopDiscoverySuccess,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), stopDiscoverySuccess,
discoverDevicesSuccessCB, errorCallback, powerOffSuccess;
t.step(function () {
<script type="text/javascript">
//==== TEST: BluetoothAdapter_discoverDevices_callback_successful
//==== LABEL Check if successful callback of discoverDevices method invoked
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, discoverDevicesErrorCallback, stopDiscoverySuccess,
+setup({timeout: 180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, discoverDevicesErrorCallback, stopDiscoverySuccess,
discoverDevicesSuccessCallback;
t.step(function () {
//==== TEST: BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch
//==== LABEL Check whether discoverDevices() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
successCallback, errorCallback, stopDiscoverySuccess, conversionTable;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_discoverDevices_errorCallback_invalid_cb
//==== LABEL Check argument discoverDevices() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
successCallback, incorrectCallback, stopDiscoverySuccess;
t.step(function () {
successCallback =t.step_func( function () {
//==== TEST: BluetoothAdapter_discoverDevices_invalid_callback_name
//==== LABEL Check whether discoverDevices() method called with invalid successCallback throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter = tizen.bluetooth.getDefaultAdapter(), discoverDevicesSuccessCallback,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter = tizen.bluetooth.getDefaultAdapter(), discoverDevicesSuccessCallback,
stopDiscoverySuccessCB, stopDiscoverySuccess;
t.step(function () {
<script>
//==== TEST: BluetoothAdapter_discoverDevices_missarg
//==== LABEL Check discoverDevices with missing non-optional argument
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, stopDiscoverySuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, stopDiscoverySuccess;
t.step(function () {
stopDiscoverySuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_discoverDevices_onfinish_successful
//==== LABEL Check if onfinish method of successful callback of discoverDevices method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, stopDiscoverySuccess, discoverDevicesSuccessCallback,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, stopDiscoverySuccess, discoverDevicesSuccessCallback,
discoverDevicesErrorCB;
t.step(function () {
//==== TEST: BluetoothAdapter_discoverDevices_onfound_deviceaddress
//==== LABEL Check if device address is found
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, discoverDevicesError, stopDiscoverySuccess,
+setup({timeout: 180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, discoverDevicesError, stopDiscoverySuccess,
discoverDevicesSuccessCallback;
t.step(function () {
}),
onfinished: t.step_func(function (devices) {
-
+ if (devices.length === 0) {
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_discoverDevices_onfound_devicename
//==== LABEL Check if device name is found
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout:90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, discoverDevicesError, stopDiscoverySuccess,
+setup({timeout:180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, discoverDevicesError, stopDiscoverySuccess,
discoverDevicesSuccessCallback;
t.step(function () {
}),
onfinished: t.step_func(function (devices) {
-
+ if (devices.length === 0) {
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_discoverDevices_onfound_successful
//==== LABEL Check if onfound method of successful callback of discoverDevices method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout:90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, stopDiscoverySuccess, discoverDevicesSuccessCallback,
+setup({timeout:180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, stopDiscoverySuccess, discoverDevicesSuccessCallback,
discoverDevicesError;
t.step(function () {
}),
onfinished: t.step_func(function (devices) {
-
+ if (devices.length === 0) {
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_discoverDevices_successCallback_TypeMismatch
//==== LABEL Check whether discoverDevices() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, errorCallback, stopDiscoverySuccess, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("object", false);
//==== TEST: BluetoothAdapter_discoverDevices_successCallback_invalid_cb
//==== LABEL Check discoverDevices() argument successCallback validation - use simple function
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
incorrectCallback, i, stopDiscoverySuccess, discoverDevicesError, exceptionName = "TypeMismatchError", incorrectListeners;
t.step(function () {
incorrectListeners = getListenerConversionExceptions(["onstarted", "ondevicefound", "ondevicedisappeared", "onfinished"]);
//==== TEST: BluetoothAdapter_discoverDevices_with_errorCallback
//==== LABEL Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, discoverDevicesErrorCB, stopDiscoverySuccess,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, discoverDevicesErrorCB, stopDiscoverySuccess,
discoverDevicesSuccessCB;
t.step(function () {
discoverDevicesSuccessCB = {
if(devices.length > 0){
t.done();
}else{
- assert_unreached("discoderDevices didn't found any devices");
+ setTimeout(stopDiscoverySuccess, 1000);
}
})
};
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
onBondingSuccess, onBondingError, powerOnSuccess, gotDeviceInfo, retValue = null;
t.step(function () {
gotDeviceInfo = t.step_func(function (device) {
//==== TEST: BluetoothAdapter_getDevice_callback_onerror
//==== LABEL Check if error callback of getDevice method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, gotDeviceInfo, gotDeviceError;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, gotDeviceInfo, gotDeviceError;
t.step(function () {
gotDeviceInfo = t.step_func(function (device) {
//==== TEST: BluetoothAdapter_getDevice_errorCallback_TypeMismatch
//==== LABEL Check whether getDevice() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, successCallback, powerOnSuccess, errorCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_getDevice_errorCallback_invalid_cb
//==== LABEL Check getDevice() argument errorCallback validation - use {onerror: function (){}}
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, getDeviceSuccess, powerOnSuccess;
t.step(function () {
incorrectCallback = {
<script>
//==== TEST: BluetoothAdapter_getDevice_missarg
//==== LABEL Check getDevice with missing non-optional argument
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess;
t.step(function () {
powerOnSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_getDevice_successCallback_TypeMismatch
//==== LABEL Check whether getDevice() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, errorCallback, powerOnSuccess, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", false);
//==== TEST: BluetoothAdapter_getDevice_successCallback_invalid_cb
//==== LABEL Check if successful callback of getDevice() method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, getDeviceError, powerOnSuccess;
t.step(function () {
incorrectCallback = {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
gotDeviceInfo, gotDeviceError, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
gotDeviceInfo = t.step_func(function (device) {
//==== TEST: BluetoothAdapter_getKnownDevices
//==== LABEL Check with optional arguments getKnownDevices(valid_successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, testDeviceSuccessCB, discoverSuccess, discoverError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, testDeviceSuccessCB, discoverSuccess, discoverError,
stopDiscoverySuccess, retValue = null;
t.step(function () {
ondevicedisappeared: function (address) {
},
onfinished: t.step_func(function (devices) {
- check_bluetooth_device_array(devices);
- retValue = adapter.getKnownDevices(testDeviceSuccessCB);
+ if(devices.length > 0){
+ check_bluetooth_device_array(devices);
+ retValue = adapter.getKnownDevices(testDeviceSuccessCB);
+ }else{
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_getKnownDevices_callback_onerror
//==== LABEL Check if error callback of getKnownDevices method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, getKnownDevicesSuccess, getKnownDevicesError;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, getKnownDevicesSuccess, getKnownDevicesError;
t.step(function () {
getKnownDevicesSuccess = t.step_func(function (devices) {
<script>
//==== TEST: BluetoothAdapter_getKnownDevices_callback_successful
//==== LABEL Check if successful callback of getKnownDevices method invoked
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, getKnownDevicesSuccess, getKnownDevicesError;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, getKnownDevicesSuccess, getKnownDevicesError;
t.step(function () {
getKnownDevicesSuccess = t.step_func(function (devices) {
//==== TEST: BluetoothAdapter_getKnownDevices_check_types
//==== LABEL Check whether all known Bluetooth devices are listed properly (part 2)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, stopDiscoverySuccess, discoverSuccess, discoverError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, stopDiscoverySuccess, discoverSuccess, discoverError,
i, testDeviceSuccessCB, testMultipleDevicesSuccessCB;
t.step(function () {
ondevicedisappeared: function (address) {
},
onfinished: t.step_func(function (devices) {
- adapter.getKnownDevices(testMultipleDevicesSuccessCB);
+ if(devices.length > 0){
+ adapter.getKnownDevices(testMultipleDevicesSuccessCB);
+ }else{
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== TEST: BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch
//==== LABEL Check whether getKnownDevices() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, successCallback, powerOnSuccess, errorCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb
//==== LABEL Check getKnownDevices() argument errorCallback validation - use {onerror: function (){}}
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, getKnownDevicesSuccess, powerOnSuccess;
t.step(function () {
incorrectCallback = {
<script>
//==== TEST: BluetoothAdapter_getKnownDevices_missarg
//==== LABEL Check getKnownDevices with missing non-optional argument
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess;
t.step(function () {
powerOnSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch
//==== LABEL Check whether getKnownDevices() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, errorCallback, powerOnSuccess, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", false);
//==== TEST: BluetoothAdapter_getKnownDevices_successCallback_invalid_cb
//==== LABEL Check getKnownDevices() argument successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
incorrectCallback, getKnownDevicesError, powerOnSuccess, exceptionName = "TypeMismatchError";
t.step(function () {
incorrectCallback = {
//==== TEST: BluetoothAdapter_getKnownDevices_with_errorCallback
//==== LABEL Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, getKnownDevicesErrorCB, testDeviceSuccessCB,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, getKnownDevicesErrorCB, testDeviceSuccessCB,
testMultipleDevicesSuccessCB, discoverSuccess, discoverError, stopDiscoverySuccess;
t.step(function () {
ondevicedisappeared: function (address) {
},
onfinished: t.step_func(function (devices) {
- adapter.getKnownDevices(testMultipleDevicesSuccessCB, getKnownDevicesErrorCB);
+ if (devices.length > 0){
+ adapter.getKnownDevices(testMultipleDevicesSuccessCB, getKnownDevicesErrorCB);
+ }else{
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID
//==== LABEL Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout:90000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), registerRFCOMMServiceByUUIDSuccess,
+setup({timeout:180000, explicit_done:true});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), registerRFCOMMServiceByUUIDSuccess,
powerOnSuccess, retValue = null;
t.step(function () {
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch
//==== LABEL Check whether registerRFCOMMServiceByUUID() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, successCallback, powerOnSuccess, exceptionName, errorCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb
//==== LABEL Check argument registerRFCOMMServiceByUUID() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
incorrectCallback, registerRFCOMMServiceByUUIDSuccess, powerOnSuccess, exceptionName = "TypeMismatchError";
t.step(function () {
incorrectCallback = {
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_missarg
//==== LABEL Check registerRFCOMMServiceByUUID with missing non-optional argument
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess;
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess;
t.step(function () {
powerOnSuccess = t.step_func(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE tct-bt-helper MUST be launched on the remote device.
//==== TEST_CRITERIA MOA MAST
-setup({timeout:90000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout:180000, explicit_done:true});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
registerRFCOMMServiceByUUIDSuccess, registerRFCOMMServiceByUUIDError, powerOnSuccess,
visibleSuccess, visibleError;
t.step(function () {
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_onerror
//==== LABEL Check if error callback of registerRFCOMMServiceByUUID method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}),
+var t = async_test(document.title, {timeout: 180000}),
adapter, powerOffSuccess, chatServiceSuccessCallback, chatServiceErrorCallback;
t.step(function () {
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch
//==== LABEL Check whether registerRFCOMMServiceByUUID() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
conversionTable, successCallback, errorCallback, powerOnSuccess;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", false);
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb
//==== LABEL Check argument registerRFCOMMServiceByUUID() successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
incorrectCallback, registerRFCOMMServiceByUUIDError, powerOnSuccess, exceptionName = "TypeMismatchError";
t.step(function () {
incorrectCallback = {
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback
//==== LABEL Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
registerRFCOMMServiceByUUIDSuccess, registerRFCOMMServiceByUUIDError, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothAdapter_setChangeListener
//==== LABEL Check with non-optional arguments setChangeListener(valid_listener)
//==== PRIORITY P1
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, listener, retValue, t = async_test(document.title, {timeout: 90000});
+var adapter, listener, retValue, t = async_test(document.title, {timeout: 180000});
t.step(function () {
listener = {
onstatechanged: t.step_func(function (powered) {
//==== TEST: BluetoothAdapter_setName
//==== LABEL Check with non-optional arguments setName(valid_name)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), powerOnSuccess, retValue = null;
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), powerOnSuccess, retValue = null;
t.step(function () {
powerOnSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_setName_callback_error
//==== LABEL Check if error callback of setName method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, setNameSuccess, setNameError;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, setNameSuccess, setNameError;
t.step(function () {
setNameSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_setName_errorCallback_TypeMismatch
//==== LABEL Check whether setName() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
powerOnSuccess, errorCallback, successCallback, errorCallback, conversionTable;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_setName_errorCallback_invalid_cb
//==== LABEL Check argument setName() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
powerOnSuccess, incorrectCallback, successCallback;
t.step(function () {
successCallback =t.step_func( function () {
//==== TEST: BluetoothAdapter_setName_longname
//==== LABEL Check if long name is set
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE Please wait at least 5 second before run test
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, longname = "mybluetooth", setNameSuccess,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, longname = "mybluetooth", setNameSuccess,
setNameError, i;
t.step(function () {
//==== TEST: BluetoothAdapter_setName_successCallback_TypeMismatch
//==== LABEL Check whether setName() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
powerOnSuccess, errorCallback, conversionTable, exceptionName, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_setName_successCallback_invalid_cb
//==== LABEL Check argument setName() successCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
powerOnSuccess, setNameError, incorrectCallback;
t.step(function () {
incorrectCallback = {
//==== TEST: BluetoothAdapter_setName_with_errorCallback
//==== LABEL Check if name attribute of adapter set
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE Please wait at least 5 second before run test
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
setNameSuccess, setNameError, powerOnSuccess;
setNameSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_setName_with_successCallback
//==== LABEL Check with optional arguments setName(valid_name, successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
setNameSuccessCB, powerOnSuccess, newName = "myBluetooth_with_Success";
t.step(function () {
//==== TEST: BluetoothAdapter_setPower_off
//==== LABEL Check if powered attribute of adapter is false
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOffSuccess, powerOffError;
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOffSuccess, powerOffError;
t.step(function () {
//==== TEST: BluetoothAdapter_setPowered_errorCallback_TypeMismatch
//==== LABEL Check whether setPowered() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
errorCallback, conversionTable, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_setPowered_errorCallback_invalid_cb
//==== LABEL Check argument setPowered() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
incorrectCallback, powerOnSuccess;
t.step(function () {
incorrectCallback = {
//==== TEST: BluetoothAdapter_setPowered_successCallback_TypeMismatch
//==== LABEL Check whether setPowered() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i,
successCallback, errorCallback, conversionTable, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_setPowered_successCallback_invalid_cb
//==== LABEL Check if successful callback of setPowered() method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName = "TypeMismatchError",
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName = "TypeMismatchError",
powerOnError, incorrectCallback;
t.step(function () {
incorrectCallback = {
//==== TEST: BluetoothAdapter_setPowered_with_errorCallback
//==== LABEL Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
powerOnError, powerOnSuccess;
t.step(function () {
powerOnSuccess = t.step_func(function () {
//==== TEST: BluetoothAdapter_setPowered_with_successCallback
//==== LABEL Check with optional arguments setPowered(valid_state, valid_successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), powerOnSuccess;
+var adapter = null, t = async_test(document.title, {timeout: 180000}), powerOnSuccess;
t.step(function () {
powerOnSuccess = t.step_func(function () {
assert_true(adapter.powered, "Method setPowered did not set powered attribute of BluetoothAdapter to true.");
//==== TEST: BluetoothAdapter_setVisible
//==== LABEL Check with optional arguments setVisible(valid_mode)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), retValue = null, adapter, powerOnSuccess;
+var t = async_test(document.title, {timeout: 180000}), retValue = null, adapter, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_callback_onerror
//==== LABEL Check if error callback of BluetoothAdapter method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), errorCallback, successCallback, adapter, powerOffSuccess;
+var t = async_test(document.title, {timeout: 180000}), errorCallback, successCallback, adapter, powerOffSuccess;
t.step(function () {
errorCallback = t.step_func(function (error) {
//==== TEST: BluetoothAdapter_setVisible_errorCallback_TypeMismatch
//==== LABEL Check whether setVisible() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName, successCallback, errorCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName, successCallback, errorCallback,
i, powerOnSuccess, conversionTable;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_errorCallback_invalid_cb
//==== LABEL Check if error callback of setVisible() method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName = "TypeMismatchError", powerOnSuccess,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName = "TypeMismatchError", powerOnSuccess,
successCallback, incorrectCallback;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_successCallback_TypeMismatch
//==== LABEL Check whether setVisible() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName, successCallback, errorCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName, successCallback, errorCallback,
i, powerOnSuccess, conversionTable;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_successCallback_invalid_cb
//==== LABEL Check if successful callback of setVisible() method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName = "TypeMismatchError", powerOnSuccess,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName = "TypeMismatchError", powerOnSuccess,
incorrectCallback, setVisibleError;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_with_errorCallback
//==== LABEL Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}),
+var t = async_test(document.title, {timeout: 180000}),
adapter, powerOnSuccess, setVisibleSuccessCB, setVisibleErrorCB, setInvisibleSuccessCB, setInvisibleErrorCB;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_with_successCallback
//==== LABEL Check with optional arguments setVisible(valid_mode, valid_successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}),
+var t = async_test(document.title, {timeout: 180000}),
adapter, powerOnSuccess, setVisibleSuccessCB, setInvisibleSuccessCB, setInvisibleErrorCB;
t.step(function () {
//==== TEST: BluetoothAdapter_setVisible_with_timeout
//==== LABEL Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var t = async_test(document.title, {timeout: 90000}),
+var t = async_test(document.title, {timeout: 180000}),
adapter, powerOnSuccess, setVisibleSuccessCB, setVisibleErrorCB, setInvisibleSuccessCB, setInvisibleErrorCB;
t.step(function () {
//==== TEST: BluetoothAdapter_stopDiscovery
//==== LABEL Check with optional arguments stopDiscovery
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MR
-setup({timeout:90000, explicit_done:true});
-var adapter, t = async_test(document.title, {timeout: 90000}), discoverDevicesSuccessCB,
+setup({timeout:180000, explicit_done:true});
+var adapter, t = async_test(document.title, {timeout: 180000}), discoverDevicesSuccessCB,
testBluetoothErrorCB, stopDiscoverySuccess, retValue = null;
t.step(function () {
//==== TEST: BluetoothAdapter_stopDiscovery_callback_onerror
//==== LABEL Check if error callback of stopDiscovery method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
-var adapter, t = async_test(document.title, {timeout: 90000}), stopDiscoverySuccess,
+setup({timeout: 180000});
+var adapter, t = async_test(document.title, {timeout: 180000}), stopDiscoverySuccess,
successCallback, errorCallback, powerOffSuccess;
t.step(function () {
errorCallback = t.step_func(function (error) {
adapter = tizen.bluetooth.getDefaultAdapter();
stopDiscovery(t, adapter, stopDiscoverySuccess);
-
});
</script>
//==== TEST: BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch
//==== LABEL Check whether stopDiscovery() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
-var adapter, t = async_test(document.title, {timeout: 90000}), exceptionName, i, discoverDevicesSuccessCallback,
+setup({timeout: 180000});
+var adapter, t = async_test(document.title, {timeout: 180000}), exceptionName, i, discoverDevicesSuccessCallback,
conversionTable, successCallback, discoverDevicesError, stopDiscoverySuccess, errorCallback, stopDiscoverySuccessCB;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb
//==== LABEL Check stopDiscovery() argument errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
-var adapter, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter, t = async_test(document.title, {timeout: 180000}),
exceptionName = "TypeMismatchError", incorrectCallback, stopDiscoverySuccess, discoverDevicesSuccessCallback,
discoverDevicesError, successCallback, discoverDevicesSuccessCallback, stopDiscoverySuccessCB;
t.step(function () {
//==== TEST: BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch
//==== LABEL Check whether stopDiscovery() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), exceptionName, i, discoverDevicesSuccessCallback,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), exceptionName, i, discoverDevicesSuccessCallback,
stopDiscoverySuccess, discoverDevicesError, errorCallback, conversionTable, successCallback, stopDiscoverySuccessCB;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothAdapter_stopDiscovery_successCallback_invalid_cb
//==== LABEL Check stopDiscovery() argument successCallback validation - use {onsuccess: function (){}}
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), stopDiscoverySuccess, stopDiscoverySuccessCB, discoverDevicesSuccessCallback,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), stopDiscoverySuccess, stopDiscoverySuccessCB, discoverDevicesSuccessCallback,
adapter, exceptionName = "TypeMismatchError", incorrectCallback, discoverDevicesError, stopDiscoveryError;
t.step(function () {
//==== TEST: BluetoothAdapter_stopDiscovery_with_errorCallback
//==== LABEL Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, t = async_test(document.title, {timeout: 90000}),
+var adapter, t = async_test(document.title, {timeout: 180000}),
stopDiscoverySuccessCB, stopDiscoveryErrorCB, discoverDevicesSuccessCB, testBluetoothErrorCB, stopDiscoverySuccess;
t.step(function () {
//==== TEST: BluetoothAdapter_stopDiscovery_with_successCallback
//==== LABEL Check with optional arguments stopDiscovery(valid_successCallback)
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, t = async_test(document.title, {timeout: 90000}),
+var adapter, t = async_test(document.title, {timeout: 180000}),
stopDiscoverySuccessCB, discoverDevicesSuccessCB, testBluetoothErrorCB, stopDiscoverySuccess;
t.step(function () {
//==== TEST: BluetoothAdapter_unsetChangeListener
//==== LABEL Check unsetChangeListener of adapter
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:unsetChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MNA MNAST MR
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, listener, retValue, powerSuccess, t = async_test(document.title, {timeout: 90000});
+var adapter, listener, retValue, powerSuccess, t = async_test(document.title, {timeout: 180000});
t.step(function () {
listener = {
onstatechanged: t.step_func(function (powered) {
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClass:services A
//==== TEST_CRITERIA AE AT ARO
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, gotDeviceInfo, gotDeviceError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, gotDeviceInfo, gotDeviceError,
onBondingSuccess, onBondingError, powerOnSuccess, minor, major, devService;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), gotDeviceInfo,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), gotDeviceInfo,
gotDeviceError, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
gotDeviceInfo = t.step_func(function (device) {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess, errorCallback,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingError, onBondingSuccess, errorCallback,
successCallback, exceptionName = "TypeMismatchError", conversionTable, conversionErrorCallback, conversionSuccessCallback,
incorrectSuccessCallback, incorrectErrorCallback, successCallback, errorCallback, deviceClassCP, fakeDeviceClass, devUuid, i;
t.step(function () {
<script>
//==== TEST: BluetoothDeviceArraySuccessCallback_onsuccess
//==== LABEL Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDeviceArraySuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBOA CBT
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), i,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), i,
stopDiscoverySuccess, getKnownDeviceserrorCB, getKnownDevicessuccessCB, discoverSuccess, discoverError;
t.step(function () {
ondevicedisappeared: function (address) {
},
onfinished: t.step_func(function (devices) {
- adapter.getKnownDevices(getKnownDevicessuccessCB, getKnownDeviceserrorCB);
+ if (devices.length > 0){
+ adapter.getKnownDevices(getKnownDevicessuccessCB, getKnownDeviceserrorCB);
+ } else{
+ setTimeout(stopDiscoverySuccess, 1000);
+ }
})
};
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), onSocketConnect,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), onSocketConnect,
onBondingSuccess, onBondingError, powerOnSuccess, retValue = null;
t.step(function () {
onSocketConnect = t.step_func(function (socket) {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), onSocketConnect,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), onSocketConnect,
onBondingSuccess, onBondingError, powerOnSuccess, onSocketError;
t.step(function () {
onSocketConnect = t.step_func(function (socket) {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
onSocketConnect, onSocketError, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
onSocketConnect = t.step_func(function (socket) {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
stopDiscoverySuccess, discoverDevicesErrorCB, discoverDevicesSuccessOneCB, discoverDevicesSuccessTwoCB, flag = false;
t.step(function () {
ondevicedisappeared: t.step_func(function (address) {
}),
onfinished: t.step_func(function (devices) {
- if (devices.length !== 0 ){
+ if (devices.length > 0 ){
adapter.discoverDevices(discoverDevicesSuccessTwoCB, discoverDevicesErrorCB);
alert("Please disable bluetooth on other device");
} else {
- assert_unreached("No devices was found");
+ setTimeout(stopDiscoverySuccess, 1000);
}
})
};
//==== TEST: BluetoothDiscoverDevicesSuccessCallback_ondevicefound
//==== LABEL Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDiscoverDevicesSuccessCallback:ondevicefound M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA CBT CBOA
-setup({timeout:90000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout:180000, explicit_done:true});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
stopDiscoverySuccess, discoverDevicesErrorCB, discoverDevicesSuccessCB;
t.step(function () {
ondevicedisappeared: t.step_func(function (address) {
}),
onfinished: t.step_func(function (devices) {
- if(devices.length===0){
- assert_unreached("No devices found, could not test properly");
+ if (devices.length === 0){
+ setTimeout(stopDiscoverySuccess, 1000);
}
})
};
//==== TEST: BluetoothDiscoverDevicesSuccessCallback_onfinished
//==== LABEL Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDiscoverDevicesSuccessCallback:onfinished M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices.
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
stopDiscoverySuccess, discoverDevicesErrorCB, i, discoverDevicesSuccessCB;
t.step(function () {
ondevicedisappeared: t.step_func(function (address) {
}),
onfinished: t.step_func(function (devices) {
- check_bluetooth_device_array(devices);
- for (i=0; i < devices.length; i++) {
- check_bluetooth_device(devices[i]);
+ if (devices.length > 0) {
+ check_bluetooth_device_array(devices);
+ for (i=0; i < devices.length; i++) {
+ check_bluetooth_device(devices[i]);
+ }
+ t.done();
+ } else {
+ setTimeout(stopDiscoverySuccess, 1000);
}
- t.done();
})
};
<script>
//==== TEST: BluetoothDiscoverDevicesSuccessCallback_onstarted
//==== LABEL Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDiscoverDevicesSuccessCallback:onstarted M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBOA
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), discoverDevicesSuccessCB,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), discoverDevicesSuccessCB,
stopDiscoverySuccess, discoverDevicesErrorCB, stopDiscoverySuccessCB;
t.step(function () {
<script>
//==== TEST: BluetoothHealthApplicationSuccessCallback_onsuccess
//==== LABEL Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplicationSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBT CBOA
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter, t = async_test(document.title, {timeout: 90000}), healthProfileHandler,
+var adapter, t = async_test(document.title, {timeout: 180000}), healthProfileHandler,
powerOnSuccess, healthRegisterSuccess;
t.step(function () {
//==== TEST: BluetoothHealthApplication_dataType_attribute
//==== LABEL Test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly
//==== PRIORITY P1
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:dataType A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp";
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp";
t.step(function () {
//==== TEST: BluetoothHealthApplication_extend
//==== LABEL Test whether the object BluetoothHealthApplication can have new properties added it
//==== PRIORITY P3
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:BluetoothHealthApplication U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA OBX
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000});
+ t = async_test(document.title, {timeout: 180000});
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthApplication_name_attribute
//==== LABEL Test whether the name string exist in BluetoothHealthApplication has default value and its readonly
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:name A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp";
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp";
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthApplication_onconnect_attribute
//==== LABEL Test whether the onconnect in BluetoothHealthApplication has default value and it's writable
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:onconnect A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE ADV ASG AT
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError, testOnconnect,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp";
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp";
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthApplication_unregister
//==== LABEL Check unregister with non optional arguments
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MR
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp", retValue = null;
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp", retValue = null;
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthApplication_unregister_callback_onerror
//==== LABEL Check if error callback of unregister method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}),
+ t = async_test(document.title, {timeout: 180000}),
appName = "testSinkApp", errorCallback, successCallback, registerHealthAppCp, powerOffSuccess,
successCallback;
//==== TEST: BluetoothHealthApplication_unregister_errorCallback_TypeMismatch
//==== LABEL Check whether unregiste() method of the BluetoothHealthApplication called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess , healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
errorCallback, exceptionName, i, conversionTable = getTypeConversionExceptions("functionObject", true), successCallback;
t.step(function () {
//==== TEST: BluetoothHealthApplication_unregister_errorCallback_invalid_cb
//==== LABEL Check argument unregister() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
incorrectCallback, exceptionName = "TypeMismatchError", successCallback;
t.step(function () {
//==== TEST: BluetoothHealthApplication_unregister_exist
//==== LABEL Check if unregister method exists in BluetoothHealthApplication
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp";
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp";
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthApplication_unregister_successCallback_TypeMismatch
//==== LABEL Check whether unregister() method called with invalid successCallback throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
successCallback, exceptionName, i, conversionTable = getTypeConversionExceptions("functionObject", true);
t.step(function () {
//==== TEST: BluetoothHealthApplication_unregister_successCallback_invalid_cb
//==== LABEL Check argument unregister() successCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, powerOnSuccess , healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
incorrectCallback, exceptionName = "TypeMismatchError";
t.step(function () {
//==== TEST: BluetoothHealthApplication_unregister_with_errorCallback
//==== LABEL Check unregister with successCallback and errorCallback
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
successCallback, errorCallback;
t.step(function () {
//==== TEST: BluetoothHealthApplication_unregister_with_successCallback
//==== LABEL Check unregister with successCallback
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, powerOnSuccess, healthRegisterSuccess, healthRegisterError,
- t = async_test(document.title, {timeout: 90000}), appName = "testSinkApp",
+ t = async_test(document.title, {timeout: 180000}), appName = "testSinkApp",
successCallback;
t.step(function () {
<script>
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication
//==== LABEL Check with non optional arguments registerSinkApplication
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MAST MR
-setup({timeout:90000, explicit_done:true});
-var adapter, t = async_test(document.title, {timeout: 90000}), healthProfileHandler,
+setup({timeout:180000, explicit_done:true});
+var adapter, t = async_test(document.title, {timeout: 180000}), healthProfileHandler,
powerOnSuccess, healthRegisterSuccess, retValue = null;
t.step(function () {
<script>
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_callback_error
//==== LABEL Check if error callback of registerSinkApplication method invoked
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MERRCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, t = async_test(document.title, {timeout: 90000}), healthProfileHandler,
+var adapter, t = async_test(document.title, {timeout: 180000}), healthProfileHandler,
powerOffSuccess, healthRegisterSuccess, healthRegisterError;
t.step(function () {
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch
//==== LABEL Check whether registerSinkApplication() method called with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, errorCallback, exceptionName, i, conversionTable = getTypeConversionExceptions("functionObject", true),
- successCallback, t = async_test(document.title, {timeout: 90000});
+ successCallback, t = async_test(document.title, {timeout: 180000});
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
healthProfileHandler = adapter.getBluetoothProfileHandler("HEALTH");
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb
//==== LABEL Check argument registerSinkApplication() errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter, t = async_test(document.title, {timeout: 90000}),
+var adapter, t = async_test(document.title, {timeout: 180000}),
incorrectCallback, successCallback, healthProfileHandler, exceptionName = "TypeMismatchError";
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch
//==== LABEL Check whether registerSinkApplication() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, healthProfileHandler, successCallback, exceptionName, i, conversionTable = getTypeConversionExceptions("functionObject", false),
-errorCallback, t = async_test(document.title, {timeout: 90000});
+errorCallback, t = async_test(document.title, {timeout: 180000});
t.step(function () {
adapter = tizen.bluetooth.getDefaultAdapter();
healthProfileHandler = adapter.getBluetoothProfileHandler("HEALTH");
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb
//==== LABEL Check argument registerSinkApplication() successCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000});
+setup({timeout: 180000});
var adapter, t = async_test(document.title), exceptionName = "TypeMismatchError",
incorrectCallback, errorCallback, healthProfileHandler;
<script>
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback
//==== LABEL Check registerSinkApplication with valid optional arguments
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA MAST
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter, t = async_test(document.title, {timeout: 90000}), healthProfileHandler,
+var adapter, t = async_test(document.title, {timeout: 180000}), healthProfileHandler,
powerOnSuccess, healthRegisterSuccess, healthRegisterError;
t.step(function () {
//==== TEST: BluetoothServiceHandler_extend
//==== LABEL Test whether the object can have new properties added for BluetoothServiceHandler
//==== PRIORITY P3
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:BluetoothServiceHandler U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA OBX
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), powerOnSuccess,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), powerOnSuccess,
registerRFCOMMServiceByUUIDError, registerRFCOMMServiceByUUIDSuccess;
t.step(function () {
//==== TEST: BluetoothServiceHandler_isConnected_attribute
//==== LABEL Check attribute isConnected in BluetoothServiceHandler
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:isConnected A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
chatServiceErrorCallback, isConnected;
t.step(function () {
//==== TEST: BluetoothServiceHandler_name_attribute
//==== LABEL Check attribute name in BluetoothServiceHandler
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:name A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
chatServiceErrorCallback, handlerName;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE tct-bt-helper MUST be launched on the remote device.
//==== TEST_CRITERIA ASG AE AT ADV
-setup({timeout:90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, onError, testMessage, registerSuccessCallback,
+setup({timeout:180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, onError, testMessage, registerSuccessCallback,
sendMsg, serviceHandler, data, recvmsg, checkmsg, i, expectedMsgFromClient, sendMsgData, msgToClient, visibleSuccess,
visibleError, poweredSuccess;
t.step(function () {
<script>
//==== TEST: BluetoothServiceHandler_unregister
//==== LABEL Check with non-optional arguments unregister()
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), registerRFCOMMServiceByUUIDSuccess,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), registerRFCOMMServiceByUUIDSuccess,
registerRFCOMMServiceByUUIDError, powerOnSuccess, retValue = null;
t.step(function () {
//==== TEST: BluetoothServiceHandler_unregister_errorCallback_TypeMismatch
//==== LABEL Check whether unregister() method of the BluetoothServiceHandler with invalid errorCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
exceptionName, errorCallback, i,
conversionTable, successCallback, registerSuccessCB, registerErrorCB, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothServiceHandler_unregister_errorCallback_invalid_cb
//==== LABEL Check unregister() argument errorCallback validation
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout: 90000, explicit_done:true});
+setup({timeout: 180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName = "TypeMismatchError", incorrectCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName = "TypeMismatchError", incorrectCallback,
unregisterSuccess, registerSuccessCB, registerErrorCB, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothServiceHandler_unregister_exist
//==== LABEL Check if unregister method exists
//==== PRIORITY P0
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
-setup({timeout:90000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout:180000, explicit_done:true});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
registerRFCOMMServiceByUUIDSuccess, registerRFCOMMServiceByUUIDError, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothServiceHandler_unregister_successCallback_TypeMismatch
//==== LABEL Check whether unregister() method called with invalid successCallback argument throws an exception
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), exceptionName, i,
+var t = async_test(document.title, {timeout: 180000}), exceptionName, i,
adapter = null, conversionTable, errorCallback, registerSuccessCB, registerErrorCB, powerOnSuccess, successCallback;
t.step(function () {
conversionTable = getTypeConversionExceptions("functionObject", true);
//==== TEST: BluetoothServiceHandler_unregister_successCallback_invalid_cb
//==== LABEL Check if successful callback of unregister() method invoked
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTCB
-setup({timeout:90000, explicit_done:true});
+setup({timeout:180000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, exceptionName = "TypeMismatchError", incorrectCallback,
+var t = async_test(document.title, {timeout: 180000}), adapter, exceptionName = "TypeMismatchError", incorrectCallback,
unregisterError, registerSuccessCB, registerErrorCB, powerOnSuccess;
t.step(function () {
<script>
//==== TEST: BluetoothServiceHandler_unregister_unregisterServiceRecord
//==== LABEL Check using unregister method which is in BluetoothServiceHandler interface to unregister service record
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), unregisterSuccess,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), unregisterSuccess,
unregisterError, chatServiceSuccessCallback, powerOnSuccess, chatServiceErrorCallback;
t.step(function () {
unregisterSuccess = t.step_func(function () {
<script>
//==== TEST: BluetoothServiceHandler_unregister_with_errorCallback
//==== LABEL Check with optional arguments unregister(valid_successCallback, valid_errorCallback)
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), unregisterSuccess,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), unregisterSuccess,
unregisterError, registerRFCOMMServiceByUUIDSuccess, registerRFCOMMServiceByUUIDError, powerOnSuccess;
t.step(function () {
<script>
//==== TEST: BluetoothServiceHandler_unregister_with_successCallback
//==== LABEL Check with optional arguments unregister(valid_successCallback)
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MOA
-setup({timeout: 90000});
+setup({timeout: 180000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), unregisterSuccess,
+var adapter = null, t = async_test(document.title, {timeout: 180000}), unregisterSuccess,
registerRFCOMMServiceByUUIDSuccess, registerRFCOMMServiceByUUIDError, powerOnSuccess;
t.step(function () {
//==== TEST: BluetoothServiceHandler_uuid_attribute
//==== LABEL Check attribute uuid in BluetoothServiceHandler
//==== PRIORITY P2
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:uuid A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
-setup({timeout:90000, explicit_done:true});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
+setup({timeout:180000, explicit_done:true});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, chatServiceSuccessCallback,
chatServiceErrorCallback, uuid;
t.step(function () {
<script>
//==== TEST: BluetoothServiceSuccessCallback_onsuccess
//==== LABEL Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBT CBOA
-setup({timeout:90000, explicit_done:true});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout:180000, explicit_done:true});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
chatServiceSuccessCB, chatServiceErrorCB, powerOnSuccess;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, onSocketConnect, onSocketError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, onSocketConnect, onSocketError,
gotDeviceInfo, gotDeviceError, onBondingSuccess, onBondingError, powerOnSuccess,
peerCP, fakePeer, skState, skUuid, param, i;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA ADV
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
gotDeviceInfo, gotDeviceError, onSocketConnect, onSocketError;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MNA MNAST MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), onSocketConnect, onSocketConnectedError,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), onSocketConnect, onSocketConnectedError,
gotDeviceInfo, gotDeviceError, onBondingSuccess, onBondingError, powerOnSuccess, retValue = null;
t.step(function () {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA ASG AT
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
gotDeviceInfo, gotDeviceError, onSocketConnect, onSocketError;
t.step(function () {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA AT ASG
-setup({timeout: 90000});
-var t = async_test(document.title, {timeout: 90000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
+setup({timeout: 180000});
+var t = async_test(document.title, {timeout: 180000}), adapter, powerOnSuccess, onBondingSuccess, onBondingError,
gotDeviceInfo, gotDeviceError, onSocketConnect, onSocketError;
t.step(function () {
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MNA MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), onSocketConnect, retValue = null,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), onSocketConnect, retValue = null,
onSocketConnectedError, gotDeviceInfo, gotDeviceError, onBondingSuccess, onBondingError, powerOnSuccess;
t.step(function () {
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== PRE The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.
//==== TEST_CRITERIA MMINA MR
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}), onSocketConnect, onSocketError, onBondingSuccess,
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}), onSocketConnect, onSocketError, onBondingSuccess,
onBondingError, powerOnSuccess, textmsg = "Test", sendtextmsg = [], byteData, i;
t.step(function () {
<script>
//==== TEST: Bluetooth_discoverDevices_successCallback_invalidcb
//==== LABEL Check BluetoothDiscoverDevicesSuccessCallback() callback with invalid callback
-//==== ONLOAD_DELAY 90
+//==== ONLOAD_DELAY 180
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTL
-setup({timeout: 90000});
-var adapter = null, t = async_test(document.title, {timeout: 90000}),
+setup({timeout: 180000});
+var adapter = null, t = async_test(document.title, {timeout: 180000}),
exceptionName, incorrectListeners, i,
stopDiscoverySuccess, discoverDevicesErrorCB, invalidCallback;
<capabilities>
<capability name="bluetooth"/>
</capabilities>
- <testcase purpose="Check if onfinish method of successful callback of discoverDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfinish_successful">
+ <testcase purpose="Check if onfinish method of successful callback of discoverDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfinish_successful">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of destroyBonding method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_destroyBonding_callback_onerror">
+ <testcase purpose="Check if error callback of destroyBonding method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_destroyBonding_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregister method exists" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothServiceHandler_unregister_exist">
+ <testcase purpose="Check if unregister method exists" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothServiceHandler_unregister_exist">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_errorCallback">
+ <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of registerRFCOMMServiceByUUID method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
+ <testcase purpose="Check if error callback of registerRFCOMMServiceByUUID method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of createBonding method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_callback_onerror">
+ <testcase purpose="Check if error callback of createBonding method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of discoverDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_callback_successful">
+ <testcase purpose="Check if successful callback of discoverDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_callback_successful">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of getKnownDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_callback_successful">
+ <testcase purpose="Check if successful callback of getKnownDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_callback_successful">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if long name is set" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_longname">
+ <testcase purpose="Check if long name is set" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_longname">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_with_errorCallback">
+ <testcase purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if powered attribute of adapter is false" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPower_off">
+ <testcase purpose="Check if powered attribute of adapter is false" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPower_off">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if name attribute of adapter set" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_errorCallback">
+ <testcase purpose="Check if name attribute of adapter set" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_errorCallback">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if onfound method of successful callback of discoverDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_successful">
+ <testcase purpose="Check if onfound method of successful callback of discoverDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_successful">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of setName method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_callback_error">
+ <testcase purpose="Check if error callback of setName method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_callback_error">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of getKnownDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_callback_onerror">
+ <testcase purpose="Check if error callback of getKnownDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of getDevice method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_callback_onerror">
+ <testcase purpose="Check if error callback of getDevice method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check attribute uuid in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_uuid_attribute">
+ <testcase purpose="Check attribute uuid in BluetoothServiceHandler" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_uuid_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check attribute name in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_name_attribute">
+ <testcase purpose="Check attribute name in BluetoothServiceHandler" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_name_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check attribute isConnected in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_isConnected_attribute">
+ <testcase purpose="Check attribute isConnected in BluetoothServiceHandler" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_isConnected_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check using unregister method which is in BluetoothServiceHandler interface to unregister service record" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
+ <testcase purpose="Check using unregister method which is in BluetoothServiceHandler interface to unregister service record" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid successCallback throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_invalid_callback_name">
+ <testcase purpose="Check whether discoverDevices() method called with invalid successCallback throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_invalid_callback_name">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_with_errorCallback">
+ <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_with_errorCallback">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_with_errorCallback">
+ <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Test whether the object can have new properties added for BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothServiceHandler_extend">
+ <testcase purpose="Test whether the object can have new properties added for BluetoothServiceHandler" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothServiceHandler_extend">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check discoverDevices with missing non-optional argument" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_missarg">
+ <testcase purpose="Check discoverDevices with missing non-optional argument" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check getKnownDevices with missing non-optional argument" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_missarg">
+ <testcase purpose="Check getKnownDevices with missing non-optional argument" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check getDevice with missing non-optional argument" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getDevice_missarg">
+ <testcase purpose="Check getDevice with missing non-optional argument" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getDevice_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check createBonding with missing non-optional argument" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_createBonding_missarg">
+ <testcase purpose="Check createBonding with missing non-optional argument" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_createBonding_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
+ <testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument setName() successCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_invalid_cb">
+ <testcase purpose="Check argument setName() successCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument setName() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
+ <testcase purpose="Check argument setName() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setName() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setName() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setName() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setName() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setPowered() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setPowered() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of setPowered() method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of setPowered() method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setPowered() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setPowered() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument setPowered() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
+ <testcase purpose="Check argument setPowered() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
+ <testcase purpose="Check whether discoverDevices() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check discoverDevices() argument successCallback validation - use simple function" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
+ <testcase purpose="Check discoverDevices() argument successCallback validation - use simple function" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether discoverDevices() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument discoverDevices() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
+ <testcase purpose="Check argument discoverDevices() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether stopDiscovery() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
+ <testcase purpose="Check whether stopDiscovery() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether stopDiscovery() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether stopDiscovery() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check stopDiscovery() argument successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
+ <testcase purpose="Check stopDiscovery() argument successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check stopDiscovery() argument errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
+ <testcase purpose="Check stopDiscovery() argument errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether getKnownDevices() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
+ <testcase purpose="Check whether getKnownDevices() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether getKnownDevices() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether getKnownDevices() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check getKnownDevices() argument successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
+ <testcase purpose="Check getKnownDevices() argument successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check getKnownDevices() argument errorCallback validation - use {onerror: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
+ <testcase purpose="Check getKnownDevices() argument errorCallback validation - use {onerror: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether getDevice() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
+ <testcase purpose="Check whether getDevice() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether getDevice() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether getDevice() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of getDevice() method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of getDevice() method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check getDevice() argument errorCallback validation - use {onerror: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
+ <testcase purpose="Check getDevice() argument errorCallback validation - use {onerror: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether createBonding() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
+ <testcase purpose="Check whether createBonding() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument createBonding() successCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
+ <testcase purpose="Check argument createBonding() successCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether createBonding() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether createBonding() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument createBonding() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
+ <testcase purpose="Check argument createBonding() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
+ <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument registerRFCOMMServiceByUUID() successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
+ <testcase purpose="Check argument registerRFCOMMServiceByUUID() successCallback validation - use {onsuccess: function (){}}" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument registerRFCOMMServiceByUUID() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
+ <testcase purpose="Check argument registerRFCOMMServiceByUUID() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether unregister() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether unregister() method of the BluetoothServiceHandler with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method of the BluetoothServiceHandler with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of unregister() method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of unregister() method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check unregister() argument errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
+ <testcase purpose="Check unregister() argument errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDeviceArraySuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDeviceArraySuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceSuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothDiscoverDevicesSuccessCallback_onfinished">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothDiscoverDevicesSuccessCallback_onfinished">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments setName(valid_name)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName">
+ <testcase purpose="Check with non-optional arguments setName(valid_name)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setName(valid_name, successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_successCallback">
+ <testcase purpose="Check with optional arguments setName(valid_name, successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_successCallback">
+ <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices">
+ <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_with_errorCallback">
+ <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_with_errorCallback">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_with_successCallback">
+ <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery">
+ <testcase purpose="Check with optional arguments stopDiscovery" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices">
+ <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
+ <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
+ <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments unregister(valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_with_successCallback">
+ <testcase purpose="Check with optional arguments unregister(valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments unregister()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister">
+ <testcase purpose="Check with non-optional arguments unregister()" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback() callback with invalid callback" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="Bluetooth_discoverDevices_successCallback_invalidcb">
+ <testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback() callback with invalid callback" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="Bluetooth_discoverDevices_successCallback_invalidcb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setVisible() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setVisible() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if successful callback of setVisible() method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of setVisible() method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether setVisible() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setVisible() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of setVisible() method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
+ <testcase purpose="Check if error callback of setVisible() method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_timeout">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_timeout">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_timeout.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_errorCallback">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_successCallback">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non-optional arguments setChangeListener(valid_listener)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_setChangeListener">
+ <testcase purpose="Check with non-optional arguments setChangeListener(valid_listener)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_setChangeListener">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check onnamechanged listener is invoked after setName()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onnamechanged">
+ <testcase purpose="Check onnamechanged listener is invoked after setName()" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onnamechanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check onstatechanged listener is invoked after setPowered()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onstatechanged">
+ <testcase purpose="Check onstatechanged listener is invoked after setPowered()" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onstatechanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check onvisibilitychanged listener is invoked after setVisible()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
+ <testcase purpose="Check onvisibilitychanged listener is invoked after setVisible()" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check unsetChangeListener of adapter" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_unsetChangeListener">
+ <testcase purpose="Check unsetChangeListener of adapter" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_unsetChangeListener">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Test whether the object BluetoothHealthApplication can have new properties added it" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothHealthApplication_extend">
+ <testcase purpose="Test whether the object BluetoothHealthApplication can have new properties added it" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothHealthApplication_extend">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthApplication_dataType_attribute">
+ <testcase purpose="Test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthApplication_dataType_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Test whether the name string exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_name_attribute">
+ <testcase purpose="Test whether the name string exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_name_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Test whether the onconnect in BluetoothHealthApplication has default value and it's writable" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_onconnect_attribute">
+ <testcase purpose="Test whether the onconnect in BluetoothHealthApplication has default value and it's writable" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_onconnect_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with non optional arguments registerSinkApplication" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication">
+ <testcase purpose="Check with non optional arguments registerSinkApplication" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether registerSinkApplication() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether registerSinkApplication() method called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument registerSinkApplication() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
+ <testcase purpose="Check argument registerSinkApplication() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether registerSinkApplication() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch">
+ <testcase purpose="Check whether registerSinkApplication() method called with invalid successCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument registerSinkApplication() successCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
+ <testcase purpose="Check argument registerSinkApplication() successCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check registerSinkApplication with valid optional arguments" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback">
+ <testcase purpose="Check registerSinkApplication with valid optional arguments" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check unregister with non optional arguments" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister">
+ <testcase purpose="Check unregister with non optional arguments" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether unregiste() method of the BluetoothHealthApplication called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether unregiste() method of the BluetoothHealthApplication called with invalid errorCallback argument throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument unregister() errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb">
+ <testcase purpose="Check argument unregister() errorCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregister method exists in BluetoothHealthApplication" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_exist">
+ <testcase purpose="Check if unregister method exists in BluetoothHealthApplication" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_exist">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether unregister() method called with invalid successCallback throws an exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method called with invalid successCallback throws an exception" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument unregister() successCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb">
+ <testcase purpose="Check argument unregister() successCallback validation" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check unregister with successCallback and errorCallback" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_with_errorCallback">
+ <testcase purpose="Check unregister with successCallback and errorCallback" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check unregister with successCallback" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_with_successCallback">
+ <testcase purpose="Check unregister with successCallback" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthApplicationSuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthApplicationSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of discoverDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_callback_onerror">
+ <testcase purpose="Check if error callback of discoverDevices method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of BluetoothAdapter method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_callback_onerror">
+ <testcase purpose="Check if error callback of BluetoothAdapter method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of stopDiscovery method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_callback_onerror">
+ <testcase purpose="Check if error callback of stopDiscovery method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of unregister method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_callback_onerror">
+ <testcase purpose="Check if error callback of unregister method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_unregister_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if error callback of registerSinkApplication method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error">
+ <testcase purpose="Check if error callback of registerSinkApplication method invoked" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if device address is found" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress">
+ <testcase purpose="Check if device address is found" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if device name is found" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_devicename">
+ <testcase purpose="Check if device name is found" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_onfound_devicename">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html</test_script_entry>
</spec>
</specs>
</testcase>
- <testcase purpose="Check whether all known Bluetooth devices are listed properly (part 2)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_check_types">
+ <testcase purpose="Check whether all known Bluetooth devices are listed properly (part 2)" type="compliance" onload_delay="180" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_check_types">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html</test_script_entry>
<capabilities>
<capability name="bluetooth"/>
</capabilities>
- <testcase purpose="Check if onfinish method of successful callback of discoverDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfinish_successful">
+ <testcase purpose="Check if onfinish method of successful callback of discoverDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfinish_successful">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of destroyBonding method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_callback_onerror">
+ <testcase purpose="Check if error callback of destroyBonding method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if unregister method exists" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_exist">
+ <testcase purpose="Check if unregister method exists" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_exist">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_errorCallback">
+ <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of registerRFCOMMServiceByUUID method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
+ <testcase purpose="Check if error callback of registerRFCOMMServiceByUUID method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of createBonding method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_callback_onerror">
+ <testcase purpose="Check if error callback of createBonding method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of discoverDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_successful">
+ <testcase purpose="Check if successful callback of discoverDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_successful">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of getKnownDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_successful">
+ <testcase purpose="Check if successful callback of getKnownDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_successful">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if long name is set" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_longname">
+ <testcase purpose="Check if long name is set" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_longname">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_errorCallback">
+ <testcase purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if powered attribute of adapter is false" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPower_off">
+ <testcase purpose="Check if powered attribute of adapter is false" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPower_off">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if name attribute of adapter set" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_errorCallback">
+ <testcase purpose="Check if name attribute of adapter set" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_errorCallback">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if onfound method of successful callback of discoverDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_successful">
+ <testcase purpose="Check if onfound method of successful callback of discoverDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_successful">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of setName method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_callback_error">
+ <testcase purpose="Check if error callback of setName method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_callback_error">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of getKnownDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_onerror">
+ <testcase purpose="Check if error callback of getKnownDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of getDevice method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_callback_onerror">
+ <testcase purpose="Check if error callback of getDevice method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check attribute uuid in BluetoothServiceHandler" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_uuid_attribute">
+ <testcase purpose="Check attribute uuid in BluetoothServiceHandler" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_uuid_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check attribute name in BluetoothServiceHandler" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_name_attribute">
+ <testcase purpose="Check attribute name in BluetoothServiceHandler" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_name_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check attribute isConnected in BluetoothServiceHandler" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_isConnected_attribute">
+ <testcase purpose="Check attribute isConnected in BluetoothServiceHandler" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_isConnected_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check using unregister method which is in BluetoothServiceHandler interface to unregister service record" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
+ <testcase purpose="Check using unregister method which is in BluetoothServiceHandler interface to unregister service record" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid successCallback throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_invalid_callback_name">
+ <testcase purpose="Check whether discoverDevices() method called with invalid successCallback throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_invalid_callback_name">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_with_errorCallback">
+ <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_with_errorCallback">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_errorCallback">
+ <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Test whether the object can have new properties added for BluetoothServiceHandler" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_extend">
+ <testcase purpose="Test whether the object can have new properties added for BluetoothServiceHandler" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_extend">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check discoverDevices with missing non-optional argument" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_missarg">
+ <testcase purpose="Check discoverDevices with missing non-optional argument" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check getKnownDevices with missing non-optional argument" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_missarg">
+ <testcase purpose="Check getKnownDevices with missing non-optional argument" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check getDevice with missing non-optional argument" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_missarg">
+ <testcase purpose="Check getDevice with missing non-optional argument" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check createBonding with missing non-optional argument" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_missarg">
+ <testcase purpose="Check createBonding with missing non-optional argument" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
+ <testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument setName() successCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_invalid_cb">
+ <testcase purpose="Check argument setName() successCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument setName() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
+ <testcase purpose="Check argument setName() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setName() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setName() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setName() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setName() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setPowered() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setPowered() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of setPowered() method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of setPowered() method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setPowered() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setPowered() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument setPowered() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
+ <testcase purpose="Check argument setPowered() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
+ <testcase purpose="Check whether discoverDevices() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check discoverDevices() argument successCallback validation - use simple function" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
+ <testcase purpose="Check discoverDevices() argument successCallback validation - use simple function" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether discoverDevices() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether discoverDevices() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument discoverDevices() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
+ <testcase purpose="Check argument discoverDevices() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether stopDiscovery() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
+ <testcase purpose="Check whether stopDiscovery() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether stopDiscovery() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether stopDiscovery() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check stopDiscovery() argument successCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
+ <testcase purpose="Check stopDiscovery() argument successCallback validation - use {onsuccess: function (){}}" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check stopDiscovery() argument errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
+ <testcase purpose="Check stopDiscovery() argument errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether getKnownDevices() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
+ <testcase purpose="Check whether getKnownDevices() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether getKnownDevices() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether getKnownDevices() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check getKnownDevices() argument successCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
+ <testcase purpose="Check getKnownDevices() argument successCallback validation - use {onsuccess: function (){}}" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check getKnownDevices() argument errorCallback validation - use {onerror: function (){}}" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
+ <testcase purpose="Check getKnownDevices() argument errorCallback validation - use {onerror: function (){}}" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether getDevice() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
+ <testcase purpose="Check whether getDevice() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether getDevice() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether getDevice() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of getDevice() method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of getDevice() method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check getDevice() argument errorCallback validation - use {onerror: function (){}}" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
+ <testcase purpose="Check getDevice() argument errorCallback validation - use {onerror: function (){}}" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether createBonding() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
+ <testcase purpose="Check whether createBonding() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument createBonding() successCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
+ <testcase purpose="Check argument createBonding() successCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether createBonding() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether createBonding() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument createBonding() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
+ <testcase purpose="Check argument createBonding() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
+ <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument registerRFCOMMServiceByUUID() successCallback validation - use {onsuccess: function (){}}" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
+ <testcase purpose="Check argument registerRFCOMMServiceByUUID() successCallback validation - use {onsuccess: function (){}}" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether registerRFCOMMServiceByUUID() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument registerRFCOMMServiceByUUID() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
+ <testcase purpose="Check argument registerRFCOMMServiceByUUID() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether unregister() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether unregister() method of the BluetoothServiceHandler with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method of the BluetoothServiceHandler with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of unregister() method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of unregister() method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check unregister() argument errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
+ <testcase purpose="Check unregister() argument errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onfinished">
+ <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onfinished">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments setName(valid_name)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName">
+ <testcase purpose="Check with non-optional arguments setName(valid_name)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setName(valid_name, successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_successCallback">
+ <testcase purpose="Check with optional arguments setName(valid_name, successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_successCallback">
+ <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices">
+ <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback">
+ <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback, errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_with_errorCallback">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_successCallback">
+ <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments stopDiscovery" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery">
+ <testcase purpose="Check with optional arguments stopDiscovery" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices">
+ <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
+ <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
+ <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments unregister(valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_successCallback">
+ <testcase purpose="Check with optional arguments unregister(valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments unregister()" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister">
+ <testcase purpose="Check with non-optional arguments unregister()" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback() callback with invalid callback" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="Bluetooth_discoverDevices_successCallback_invalidcb">
+ <testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback() callback with invalid callback" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="Bluetooth_discoverDevices_successCallback_invalidcb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setVisible() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
+ <testcase purpose="Check whether setVisible() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if successful callback of setVisible() method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
+ <testcase purpose="Check if successful callback of setVisible() method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether setVisible() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether setVisible() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of setVisible() method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
+ <testcase purpose="Check if error callback of setVisible() method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_timeout">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_timeout">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_timeout.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_errorCallback">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_successCallback">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with optional arguments setVisible(valid_mode)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible">
+ <testcase purpose="Check with optional arguments setVisible(valid_mode)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non-optional arguments setChangeListener(valid_listener)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener">
+ <testcase purpose="Check with non-optional arguments setChangeListener(valid_listener)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check onnamechanged listener is invoked after setName()" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onnamechanged">
+ <testcase purpose="Check onnamechanged listener is invoked after setName()" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onnamechanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check onstatechanged listener is invoked after setPowered()" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onstatechanged">
+ <testcase purpose="Check onstatechanged listener is invoked after setPowered()" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onstatechanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check onvisibilitychanged listener is invoked after setVisible()" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
+ <testcase purpose="Check onvisibilitychanged listener is invoked after setVisible()" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check unsetChangeListener of adapter" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener">
+ <testcase purpose="Check unsetChangeListener of adapter" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Test whether the object BluetoothHealthApplication can have new properties added it" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_extend">
+ <testcase purpose="Test whether the object BluetoothHealthApplication can have new properties added it" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_extend">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_dataType_attribute">
+ <testcase purpose="Test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_dataType_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Test whether the name string exist in BluetoothHealthApplication has default value and its readonly" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_name_attribute">
+ <testcase purpose="Test whether the name string exist in BluetoothHealthApplication has default value and its readonly" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_name_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Test whether the onconnect in BluetoothHealthApplication has default value and it's writable" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_onconnect_attribute">
+ <testcase purpose="Test whether the onconnect in BluetoothHealthApplication has default value and it's writable" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_onconnect_attribute">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check with non optional arguments registerSinkApplication" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication">
+ <testcase purpose="Check with non optional arguments registerSinkApplication" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether registerSinkApplication() method called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether registerSinkApplication() method called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument registerSinkApplication() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
+ <testcase purpose="Check argument registerSinkApplication() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether registerSinkApplication() method called with invalid successCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch">
+ <testcase purpose="Check whether registerSinkApplication() method called with invalid successCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument registerSinkApplication() successCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
+ <testcase purpose="Check argument registerSinkApplication() successCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check registerSinkApplication with valid optional arguments" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback">
+ <testcase purpose="Check registerSinkApplication with valid optional arguments" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check unregister with non optional arguments" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister">
+ <testcase purpose="Check unregister with non optional arguments" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether unregiste() method of the BluetoothHealthApplication called with invalid errorCallback argument throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch">
+ <testcase purpose="Check whether unregiste() method of the BluetoothHealthApplication called with invalid errorCallback argument throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument unregister() errorCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb">
+ <testcase purpose="Check argument unregister() errorCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if unregister method exists in BluetoothHealthApplication" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_exist">
+ <testcase purpose="Check if unregister method exists in BluetoothHealthApplication" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_exist">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether unregister() method called with invalid successCallback throws an exception" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch">
+ <testcase purpose="Check whether unregister() method called with invalid successCallback throws an exception" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument unregister() successCallback validation" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb">
+ <testcase purpose="Check argument unregister() successCallback validation" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check unregister with successCallback and errorCallback" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_errorCallback">
+ <testcase purpose="Check unregister with successCallback and errorCallback" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_errorCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check unregister with successCallback" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_successCallback">
+ <testcase purpose="Check unregister with successCallback" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_successCallback">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_onsuccess">
+ <testcase purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of discoverDevices method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_onerror">
+ <testcase purpose="Check if error callback of discoverDevices method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of BluetoothAdapter method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_callback_onerror">
+ <testcase purpose="Check if error callback of BluetoothAdapter method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of stopDiscovery method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_callback_onerror">
+ <testcase purpose="Check if error callback of stopDiscovery method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of unregister method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_callback_onerror">
+ <testcase purpose="Check if error callback of unregister method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_callback_onerror">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if error callback of registerSinkApplication method invoked" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error">
+ <testcase purpose="Check if error callback of registerSinkApplication method invoked" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error">
<description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if device address is found" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress">
+ <testcase purpose="Check if device address is found" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if device name is found" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_devicename">
+ <testcase purpose="Check if device name is found" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_onfound_devicename">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html</test_script_entry>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether all known Bluetooth devices are listed properly (part 2)" onload_delay="90" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_check_types">
+ <testcase purpose="Check whether all known Bluetooth devices are listed properly (part 2)" onload_delay="180" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_check_types">
<description>
<pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html</test_script_entry>